2009-09-22 Brian <[email protected]>
authorhawklu
Tue, 22 Sep 2009 05:09:58 +0000
changeset 16608 f115413fa2d1
parent 16607 6e8911ea08c9
child 16609 69674d67ae95
2009-09-22 Brian <[email protected]> * base-specs/thunderbird.spec: * patches/thunderbird3-26-no-offline-download.diff: Update patch thunderbird3-26-no-offline-download.diff
ChangeLog
base-specs/thunderbird.spec
patches/thunderbird3-26-no-offline-download.diff
--- a/ChangeLog	Tue Sep 22 04:23:39 2009 +0000
+++ b/ChangeLog	Tue Sep 22 05:09:58 2009 +0000
@@ -1,3 +1,9 @@
+2009-09-22  Brian  <[email protected]>
+
+	* base-specs/thunderbird.spec:
+	* patches/thunderbird3-26-no-offline-download.diff:
+	  Update patch thunderbird3-26-no-offline-download.diff
+
 2009-09-22  Jeff Cai <[email protected]>
 
 	* base-specs/evolution-data-server.spec: Bump to 2.28.0
--- a/base-specs/thunderbird.spec	Tue Sep 22 04:23:39 2009 +0000
+++ b/base-specs/thunderbird.spec	Tue Sep 22 05:09:58 2009 +0000
@@ -156,7 +156,6 @@
 %patch23 -p1
 %patch24 -p1
 %patch25 -p1
-%patch26 -p1
 
 %if %option_without_moz_nss_nspr
 %patch20 -p1
@@ -165,6 +164,7 @@
 # go back to the thunderbird directory
 cd ..  
 %patch22 -p1
+%patch26 -p1
 
 cp  %{SOURCE5} configure
 cp  %{SOURCE6} mozilla/configure
@@ -308,6 +308,8 @@
 %{_datadir}/pixmaps/%{name}-icon.png
 
 %changelog
+* Tue Sep 22 2009 - [email protected]
+- Update patch thunderbird3-26-no-offline-download.diff
 * Fri Sep 18 2009 - [email protected]
 - Add patch thunderbird3-17-compiler-workaround-2.diff
 * Thu Sep 03 2009 - [email protected]
--- 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);