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 | |
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')
-rw-r--r-- | x11-plugins/enigmail/ChangeLog | 7 | ||||
-rw-r--r-- | x11-plugins/enigmail/enigmail-0.95.0.ebuild | 4 | ||||
-rw-r--r-- | x11-plugins/enigmail/files/0.95.0-replytolist.patch | 11 |
3 files changed, 20 insertions, 2 deletions
diff --git a/x11-plugins/enigmail/ChangeLog b/x11-plugins/enigmail/ChangeLog index b3322adf9863..f475480eafda 100644 --- a/x11-plugins/enigmail/ChangeLog +++ b/x11-plugins/enigmail/ChangeLog @@ -1,6 +1,11 @@ # 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.59 2007/04/19 20:52:22 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/enigmail/ChangeLog,v 1.60 2007/04/21 19:59:12 armin76 Exp $ + + 21 Apr 2007; Raúl Porcel <armin76@gentoo.org> + +files/0.95.0-replytolist.patch, enigmail-0.95.0.ebuild: + Add patch to make replytolist work if >enigmail-0.95.0, thanks to Caster for + testing this 19 Apr 2007; Raúl Porcel <armin76@gentoo.org> -enigmail-0.94.3-r2.ebuild, enigmail-0.95.0.ebuild: diff --git a/x11-plugins/enigmail/enigmail-0.95.0.ebuild b/x11-plugins/enigmail/enigmail-0.95.0.ebuild index 06774b2793cc..db8c54c15d8d 100644 --- a/x11-plugins/enigmail/enigmail-0.95.0.ebuild +++ b/x11-plugins/enigmail/enigmail-0.95.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/enigmail/enigmail-0.95.0.ebuild,v 1.2 2007/04/19 20:52:22 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/enigmail/enigmail-0.95.0.ebuild,v 1.3 2007/04/21 19:59:12 armin76 Exp $ unset ALLOWED_FLAGS # stupid extra-functions.sh ... bug 49179 WANT_AUTOCONF=2.1 @@ -106,6 +106,8 @@ src_unpack() { # Fix installation of enigmail.js epatch ${FILESDIR}/70_enigmail-fix.patch + # Make replytolist work with >0.95.0 + epatch ${FILESDIR}/${PV}-replytolist.patch eautoreconf || die "failed running autoreconf" } 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 |