change offline.startup_state to always reconnect online for thunderbird. This should fix a problem where some

users are getting stuck in offline mode because network.online is getting set to false.
This commit is contained in:
scott%scott-macgregor.org 2003-12-05 00:24:53 +00:00
Родитель 5aad39d879
Коммит 71cf21b65f
2 изменённых файлов: 2 добавлений и 2 удалений

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

@ -464,7 +464,7 @@ pref("security.enable_java", true);
pref("advanced.mailftp", false);
pref("image.animation_mode", "normal");
pref("offline.startup_state", 0);
pref("offline.startup_state", 2);
pref("offline.send.unsent_messages", 0);
pref("offline.download.download_messages", 0);
pref("offline.prompt_synch_on_exit", true);

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

@ -464,7 +464,7 @@ pref("security.enable_java", true);
pref("advanced.mailftp", false);
pref("image.animation_mode", "normal");
pref("offline.startup_state", 0);
pref("offline.startup_state", 2);
pref("offline.send.unsent_messages", 0);
pref("offline.download.download_messages", 0);
pref("offline.prompt_synch_on_exit", true);