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
commit4ad01490ec668e674f332de55a099e361b2fe244 (patch)
tree59ee51f6017cbf33376171887363c0ad635dbfc8 /x11-plugins/enigmail/files
parentRemoved bashism. (diff)
downloadhistorical-4ad01490ec668e674f332de55a099e361b2fe244.tar.gz
historical-4ad01490ec668e674f332de55a099e361b2fe244.tar.bz2
historical-4ad01490ec668e674f332de55a099e361b2fe244.zip
Update patch to hide list-post header, thanks to Cardoe for reporting
Package-Manager: portage-2.1.2.7
Diffstat (limited to 'x11-plugins/enigmail/files')
-rw-r--r--x11-plugins/enigmail/files/0.95.0-replytolist.patch18
1 files changed, 15 insertions, 3 deletions
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