зеркало из https://github.com/mozilla/gecko-dev.git
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:
Родитель
5aad39d879
Коммит
71cf21b65f
|
@ -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);
|
||||
|
|
Загрузка…
Ссылка в новой задаче