Bug 473483 - unable to connect to server after laptop awakes from sleep, flip offline.autoDetect to false on OS X until bug 470274 lands a real fix, r=bienvenu

This commit is contained in:
Phil Ringnalda 2009-02-06 20:47:46 -08:00
Родитель ae95df4a0f
Коммит 07bd1b2063
1 изменённых файлов: 6 добавлений и 0 удалений

Просмотреть файл

@ -442,3 +442,9 @@ pref("mail.spotlight.logging.console", false);
pref("mail.spotlight.logging.dump", false);
#endif
#endif
#ifdef XP_MACOSX
// Disable detecting offline state on OS X until bug 470274 is fixed, so people
// don't turn it off themselves out of frustration and never turn it back on.
pref("offline.autoDetect", false);
#endif