diff options
author | Jory Pratt <anarchy@gentoo.org> | 2009-12-29 22:57:02 +0000 |
---|---|---|
committer | Jory Pratt <anarchy@gentoo.org> | 2009-12-29 22:57:02 +0000 |
commit | 5f10df8b0fd4c5afb94e6cfd98e064a224c989c5 (patch) | |
tree | 1af75c5a3be575299da5821bca97d9919d2a9789 /mail-client | |
parent | version bump (diff) | |
download | gentoo-2-5f10df8b0fd4c5afb94e6cfd98e064a224c989c5.tar.gz gentoo-2-5f10df8b0fd4c5afb94e6cfd98e064a224c989c5.tar.bz2 gentoo-2-5f10df8b0fd4c5afb94e6cfd98e064a224c989c5.zip |
refix bug #298044 to set false instead of true
(Portage version: 2.1.7.16/cvs/Linux x86_64)
Diffstat (limited to 'mail-client')
-rw-r--r-- | mail-client/mozilla-thunderbird/ChangeLog | 6 | ||||
-rw-r--r-- | mail-client/mozilla-thunderbird/files/thunderbird-gentoo-default-prefs.js | 2 |
2 files changed, 6 insertions, 2 deletions
diff --git a/mail-client/mozilla-thunderbird/ChangeLog b/mail-client/mozilla-thunderbird/ChangeLog index 2c814c0beafd..a7f038d65ded 100644 --- a/mail-client/mozilla-thunderbird/ChangeLog +++ b/mail-client/mozilla-thunderbird/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for mail-client/mozilla-thunderbird # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/mozilla-thunderbird/ChangeLog,v 1.311 2009/12/29 02:29:31 anarchy Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/mozilla-thunderbird/ChangeLog,v 1.312 2009/12/29 22:57:02 anarchy Exp $ + + 29 Dec 2009; Jory A. Pratt <anarchy@gentoo.org> + files/thunderbird-gentoo-default-prefs.js: + refix bug #298044 to set false instead of true *mozilla-thunderbird-3.0-r1 (29 Dec 2009) diff --git a/mail-client/mozilla-thunderbird/files/thunderbird-gentoo-default-prefs.js b/mail-client/mozilla-thunderbird/files/thunderbird-gentoo-default-prefs.js index f8e942166ec4..38bb11c6ee3d 100644 --- a/mail-client/mozilla-thunderbird/files/thunderbird-gentoo-default-prefs.js +++ b/mail-client/mozilla-thunderbird/files/thunderbird-gentoo-default-prefs.js @@ -11,4 +11,4 @@ pref("mailnews.database.global.indexer.enabled", false); pref("mail.folder.views.version", "1"); # Ensure we work with imap as expected -pref("mail.server.default.use_condstore", true) +pref("mail.server.default.use_condstore", false) |