patches/thunderbird3-26-no-offline-download.diff
changeset 16620 60eb9946ca6c
parent 16608 f115413fa2d1
--- a/patches/thunderbird3-26-no-offline-download.diff	Wed Sep 23 09:32:36 2009 +0000
+++ b/patches/thunderbird3-26-no-offline-download.diff	Wed Sep 23 10:23:19 2009 +0000
@@ -1,15 +1,15 @@
---- thunderbird/mailnews/mailnews.js.old	2009-09-22 11:41:28.097666000 +0800
-+++ thunderbird/mailnews/mailnews.js	2009-09-22 11:42:25.368898000 +0800
-@@ -527,9 +527,9 @@
+--- comm-central/mailnews/mailnews.js.old	2009-09-23 13:57:22.281694000 +0800
++++ comm-central/mailnews/mailnews.js	2009-09-23 13:59:04.908429000 +0800
+@@ -522,9 +522,9 @@
  // should we inhibit whitelisting of the domain for a server's identities?
  pref("mail.server.default.inhibitWhiteListingIdentityDomain", false);
  
 -// to activate auto-sync feature (preemptive message download for imap) by default
 -pref("mail.server.default.autosync_offline_stores",true);
 -pref("mail.server.default.offline_download",true);
-+// disable activate auto-sync feature (preemptive message download for imap) by default
++// disable auto-sync feature (preemptive message download for imap) by default
 +pref("mail.server.default.autosync_offline_stores",false);
 +pref("mail.server.default.offline_download",false);
  
- pref("mail.server.default.archive_granularity", 1);
- // the probablilty threshold over which messages are classified as junk
+ // -1 means no limit, no purging of offline stores.
+ pref("mail.server.default.autosync_max_age_days", -1);