patches/thunderbird3-26-no-offline-download.diff
changeset 16608 f115413fa2d1
parent 16463 8a2008581acf
child 16620 60eb9946ca6c
--- a/patches/thunderbird3-26-no-offline-download.diff	Tue Sep 22 04:23:39 2009 +0000
+++ b/patches/thunderbird3-26-no-offline-download.diff	Tue Sep 22 05:09:58 2009 +0000
@@ -1,11 +1,13 @@
---- thunderbird/mailnews/mailnews.js.old	2009-09-03 16:39:30.774135000 +0800
-+++ thunderbird/mailnews/mailnews.js	2009-09-03 16:41:16.041155000 +0800
-@@ -528,8 +528,8 @@
+--- 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 @@
+ // 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
+-// 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
 +pref("mail.server.default.autosync_offline_stores",false);
 +pref("mail.server.default.offline_download",false);