Gentoo Archives: gentoo-commits

From: "Jory Pratt (anarchy)" <anarchy@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in mail-client/mozilla-thunderbird/files: thunderbird-gentoo-default-prefs.js
Date: Tue, 29 Dec 2009 22:57:04
Message-Id: E1NPkzu-0003lB-Gm@stork.gentoo.org
1 anarchy 09/12/29 22:57:02
2
3 Modified: thunderbird-gentoo-default-prefs.js
4 Log:
5 refix bug #298044 to set false instead of true
6 (Portage version: 2.1.7.16/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.3 mail-client/mozilla-thunderbird/files/thunderbird-gentoo-default-prefs.js
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/mozilla-thunderbird/files/thunderbird-gentoo-default-prefs.js?rev=1.3&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/mozilla-thunderbird/files/thunderbird-gentoo-default-prefs.js?rev=1.3&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/mozilla-thunderbird/files/thunderbird-gentoo-default-prefs.js?r1=1.2&r2=1.3
14
15 Index: thunderbird-gentoo-default-prefs.js
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/mail-client/mozilla-thunderbird/files/thunderbird-gentoo-default-prefs.js,v
18 retrieving revision 1.2
19 retrieving revision 1.3
20 diff -u -r1.2 -r1.3
21 --- thunderbird-gentoo-default-prefs.js 29 Dec 2009 02:29:31 -0000 1.2
22 +++ thunderbird-gentoo-default-prefs.js 29 Dec 2009 22:57:02 -0000 1.3
23 @@ -11,4 +11,4 @@
24 pref("mail.folder.views.version", "1");
25
26 # Ensure we work with imap as expected
27 -pref("mail.server.default.use_condstore", true)
28 +pref("mail.server.default.use_condstore", false)