Zhang Huangbin wrote: > Hi, > > I'm confused about this item in lables.inc and don't know how to > translate it: > > $labels['focusonnewmessage'] = 'Focus browser window on new message'; > > I tested roundcube (svn version) with/without this option checked, but > not found what the different is. :(
When option is enabled and new message arrives the info message is displayed and browser window is focused (window.focus()). When is disabled window.focus() is not executed. This allows to notify user about new mail when roundcube window is minimized or in unactive tab. It was default behaviour before the option implementation. -- Aleksander 'A.L.E.C' Machniak http://alec.pl gg:2275252 LAN Management System Developer http://lms.org.pl Roundcube Webmail Project Developer http://roundcube.net _______________________________________________ List info: http://lists.roundcube.net/users/
