diff options
author | Jory Pratt <anarchy@gentoo.org> | 2009-10-23 02:40:36 +0000 |
---|---|---|
committer | Jory Pratt <anarchy@gentoo.org> | 2009-10-23 02:40:36 +0000 |
commit | ff9fab882e72aabe2dd317889efebbe8073bd55b (patch) | |
tree | 1d2165ae1c458bac7669f6efe41358771929e6de /www-client/seamonkey/files | |
parent | Bump, fixes #278205 (diff) | |
download | gentoo-2-ff9fab882e72aabe2dd317889efebbe8073bd55b.tar.gz gentoo-2-ff9fab882e72aabe2dd317889efebbe8073bd55b.tar.bz2 gentoo-2-ff9fab882e72aabe2dd317889efebbe8073bd55b.zip |
proxy commit for polynomal-c, update to 2.0-rc2 :)
(Portage version: 2.1.7.1/cvs/Linux x86_64)
Diffstat (limited to 'www-client/seamonkey/files')
-rw-r--r-- | www-client/seamonkey/files/enigmail/0.95.0-replytolist.patch | 23 | ||||
-rw-r--r-- | www-client/seamonkey/files/enigmail/70_enigmail-fix.patch | 11 |
2 files changed, 34 insertions, 0 deletions
diff --git a/www-client/seamonkey/files/enigmail/0.95.0-replytolist.patch b/www-client/seamonkey/files/enigmail/0.95.0-replytolist.patch new file mode 100644 index 000000000000..6840f86ccdd4 --- /dev/null +++ b/www-client/seamonkey/files/enigmail/0.95.0-replytolist.patch @@ -0,0 +1,23 @@ +--- 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", + "x-bugzilla-reason", +- "x-php-bug" ]; ++ "x-php-bug", ++ "list-post" ]; + + 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 diff --git a/www-client/seamonkey/files/enigmail/70_enigmail-fix.patch b/www-client/seamonkey/files/enigmail/70_enigmail-fix.patch new file mode 100644 index 000000000000..0acf0c8760ed --- /dev/null +++ b/www-client/seamonkey/files/enigmail/70_enigmail-fix.patch @@ -0,0 +1,11 @@ +--- mozilla/extensions/enigmail/package/Makefile.in 14 Mar 2004 16:39:18 -0000 1.73 ++++ mozilla/extensions/enigmail/package/Makefile.in 20 Mar 2004 18:20:08 -0000 +@@ -48,6 +48,8 @@ + + XPIDLSRCS = nsIEnigmail.idl + ++PREF_JS_EXPORTS=prefs/enigmail.js ++ + include $(topsrcdir)/config/rules.mk + + XPIFILE = $(XPI_MODULE)-$(XPI_MODULE_VERS).xpi |