diff options
author | Raúl Porcel <armin76@gentoo.org> | 2007-04-21 19:59:12 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2007-04-21 19:59:12 +0000 |
commit | 57546e1bdb4fdea0e5502b543f1145959d6715d3 (patch) | |
tree | 16a896c4f4620a366284f1d6a0a256ada8213c33 /x11-plugins/enigmail/files | |
parent | x86 stable wrt bug 175272 (diff) | |
download | gentoo-2-57546e1bdb4fdea0e5502b543f1145959d6715d3.tar.gz gentoo-2-57546e1bdb4fdea0e5502b543f1145959d6715d3.tar.bz2 gentoo-2-57546e1bdb4fdea0e5502b543f1145959d6715d3.zip |
Add patch to make replytolist work if >enigmail-0.95.0, thanks to Caster for testing this
(Portage version: 2.1.2.4)
Diffstat (limited to 'x11-plugins/enigmail/files')
-rw-r--r-- | x11-plugins/enigmail/files/0.95.0-replytolist.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/x11-plugins/enigmail/files/0.95.0-replytolist.patch b/x11-plugins/enigmail/files/0.95.0-replytolist.patch new file mode 100644 index 000000000000..5aa14cfb8359 --- /dev/null +++ b/x11-plugins/enigmail/files/0.95.0-replytolist.patch @@ -0,0 +1,11 @@ +--- 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 +@@ -139,7 +139,8 @@ + // the following headers are added for compatibility with DispMUA extension: + "x-mimeole", + "x-bugzilla-reason", +- "x-php-bug" ]; ++ "x-php-bug", ++ "list-post" ]; + + var addHdr = [];
\ No newline at end of file |