rpms/thunderbird/F-11 thunderbird-redhat-default-prefs.js, 1.4, 1.5 thunderbird.spec, 1.141, 1.142

Jan Horak xhorak at fedoraproject.org
Wed Oct 14 08:11:19 UTC 2009


Author: xhorak

Update of /cvs/pkgs/rpms/thunderbird/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv8474

Modified Files:
	thunderbird-redhat-default-prefs.js thunderbird.spec 
Log Message:
Added new prefs to disable indexing and smart folders by default


Index: thunderbird-redhat-default-prefs.js
===================================================================
RCS file: /cvs/pkgs/rpms/thunderbird/F-11/thunderbird-redhat-default-prefs.js,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- thunderbird-redhat-default-prefs.js	23 Mar 2009 21:47:37 -0000	1.4
+++ thunderbird-redhat-default-prefs.js	14 Oct 2009 08:11:18 -0000	1.5
@@ -10,3 +10,9 @@ pref("mail.shell.checkDefaultClient", fa
 pref("network.protocol-handler.app.http", "COMMAND");
 pref("network.protocol-handler.app.https", "COMMAND");
 pref("network.protocol-handler.app.ftp", "COMMAND");
+
+# Disable global indexing by default
+pref("mailnews.database.global.indexer.enabled", false);
+
+# Do not switch to Smart Folders after upgrade to 3.0b4
+pref("mail.folder.views.version", "1")


Index: thunderbird.spec
===================================================================
RCS file: /cvs/pkgs/rpms/thunderbird/F-11/thunderbird.spec,v
retrieving revision 1.141
retrieving revision 1.142
diff -u -p -r1.141 -r1.142
--- thunderbird.spec	22 Sep 2009 06:51:35 -0000	1.141
+++ thunderbird.spec	14 Oct 2009 08:11:18 -0000	1.142
@@ -11,7 +11,7 @@
 Summary:        Mozilla Thunderbird mail/newsgroup client
 Name:           thunderbird
 Version:        3.0
-Release:        2.7.b4%{?dist}
+Release:        2.8.b4%{?dist}
 URL:            http://www.mozilla.org/projects/thunderbird/
 License:        MPLv1.1 or GPLv2+ or LGPLv2+
 Group:          Applications/Internet
@@ -288,6 +288,10 @@ fi
 #===============================================================================
 
 %changelog
+* Wed Oct 14 2009 Jan Horak <jhorak at redhat.com> - 3.0.2.8
+- Global indexing disabled by default
+- Migration to Smart Folders disabled by default
+
 * Thu Sep 17 2009 Jan Horak <jhorak at redhat.com> - 3.0-2.7
 - Update to 3.0 beta4
 




More information about the fedora-extras-commits mailing list