summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaúl Porcel <armin76@gentoo.org>2007-05-22 17:49:05 +0000
committerRaúl Porcel <armin76@gentoo.org>2007-05-22 17:49:05 +0000
commiteedce1e1658ca5242375b31abb249a3bd4b56dd5 (patch)
tree81918a5e3512453af0384741423e12a06380edab /x11-plugins
parentRemoved bashism. (diff)
downloadgentoo-2-eedce1e1658ca5242375b31abb249a3bd4b56dd5.tar.gz
gentoo-2-eedce1e1658ca5242375b31abb249a3bd4b56dd5.tar.bz2
gentoo-2-eedce1e1658ca5242375b31abb249a3bd4b56dd5.zip
Update patch to hide list-post header, thanks to Cardoe for reporting
(Portage version: 2.1.2.7)
Diffstat (limited to 'x11-plugins')
-rw-r--r--x11-plugins/enigmail/ChangeLog6
-rw-r--r--x11-plugins/enigmail/files/0.95.0-replytolist.patch18
2 files changed, 20 insertions, 4 deletions
diff --git a/x11-plugins/enigmail/ChangeLog b/x11-plugins/enigmail/ChangeLog
index 9153f84385ef..8a22795ef6a8 100644
--- a/x11-plugins/enigmail/ChangeLog
+++ b/x11-plugins/enigmail/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-plugins/enigmail
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/enigmail/ChangeLog,v 1.68 2007/05/20 13:54:12 josejx Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/enigmail/ChangeLog,v 1.69 2007/05/22 17:49:05 armin76 Exp $
+
+ 22 May 2007; Raúl Porcel <armin76@gentoo.org>
+ files/0.95.0-replytolist.patch:
+ Update patch to hide list-post header, thanks to Cardoe for reporting
20 May 2007; Joseph Jezak <josejx@gentoo.org> enigmail-0.95.0.ebuild:
Marked ppc stable for bug #178983.
diff --git a/x11-plugins/enigmail/files/0.95.0-replytolist.patch b/x11-plugins/enigmail/files/0.95.0-replytolist.patch
index 5aa14cfb8359..6840f86ccdd4 100644
--- a/x11-plugins/enigmail/files/0.95.0-replytolist.patch
+++ b/x11-plugins/enigmail/files/0.95.0-replytolist.patch
@@ -1,5 +1,5 @@
---- mailnews/extensions/enigmail/ui/content/enigmailMessengerOverlay.js.orig 2007-04-21 13:39:57.000000000 +0000
-+++ mailnews/extensions/enigmail/ui/content/enigmailMessengerOverlay.js 2007-04-21 13:40:37.000000000 +0000
+--- mailnews/extensions/enigmail/ui/content/enigmailMessengerOverlay.js.orig 2007-05-22 17:08:53.000000000 +0000
++++ mailnews/extensions/enigmail/ui/content/enigmailMessengerOverlay.js 2007-05-22 17:09:32.000000000 +0000
@@ -139,7 +139,8 @@
// the following headers are added for compatibility with DispMUA extension:
"x-mimeole",
@@ -8,4 +8,16 @@
+ "x-php-bug",
+ "list-post" ];
- var addHdr = []; \ No newline at end of file
+ var addHdr = [];
+
+--- mailnews/extensions/enigmail/package/prefs/enigmail.js.orig 2007-05-22 17:10:41.000000000 +0000
++++ mailnews/extensions/enigmail/package/prefs/enigmail.js 2007-05-22 17:10:53.000000000 +0000
+@@ -69,7 +69,7 @@
+ pref("extensions.enigmail.handleDoubleClick",false);
+
+ // headers to be retrieved from the mail backend, but hidden from the users
+-pref("extensions.enigmail.hideHeaders", "x-enigmail-version openpgp content-transfer-encoding x-mimeole x-bugzilla-reason x-php-bug");
++pref("extensions.enigmail.hideHeaders", "x-enigmail-version openpgp content-transfer-encoding x-mimeole x-bugzilla-reason x-php-bug list-post");
+
+ // disable '<' and '>' around email addresses
+ pref("extensions.enigmail.hushMailSupport",false); \ No newline at end of file