From b3cbeeaa742b62825cd2cb99db8f4d780ae6a099 Mon Sep 17 00:00:00 2001 From: "scott%scott-macgregor.org" Date: Fri, 5 Dec 2003 00:24:53 +0000 Subject: [PATCH] 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. --- mail/app/profile/all.js | 2 +- mail/app/profile/thunderbird.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mail/app/profile/all.js b/mail/app/profile/all.js index 0a61655ab9d..38c2b9288da 100644 --- a/mail/app/profile/all.js +++ b/mail/app/profile/all.js @@ -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); diff --git a/mail/app/profile/thunderbird.js b/mail/app/profile/thunderbird.js index 0a61655ab9d..38c2b9288da 100644 --- a/mail/app/profile/thunderbird.js +++ b/mail/app/profile/thunderbird.js @@ -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);