diff options
author | gls <gls> | 2011-03-19 14:52:07 +0000 |
---|---|---|
committer | gls <gls> | 2011-03-19 14:52:07 +0000 |
commit | fbdb073e6da4f30943b0766ef82b8fce798df65e (patch) | |
tree | f37e84b71a81462efb6cb8cd4d141b52b9007218 /mail/claws-mail-pgpmime | |
parent | c3de9d3ef7844d02102e6258dfbb9a7156e4c426 (diff) | |
download | pkgsrc-fbdb073e6da4f30943b0766ef82b8fce798df65e.tar.gz |
Update mail/claws-mail to 3.7.8, and sync plugins.
Upstream changes:
* Bug fixes:
- rfe 2309, 'Shortcuts should not be modifiable by default'
- bug 2313, 'CLI quicksearch sometimes returns the same
messages twice'
- bug 2317, 'Action results in "Bad file descriptor"
- PGP/Core: Win32 build fix
- NNTP: fix replying (broken in corner case)
- fix configure option --disable-manual
- One more GTK+ 2.22 build fix
- Debian bug 599547, 'Please re-introduce quick shortcut for
marking as spam'
Diffstat (limited to 'mail/claws-mail-pgpmime')
-rw-r--r-- | mail/claws-mail-pgpmime/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/mail/claws-mail-pgpmime/Makefile b/mail/claws-mail-pgpmime/Makefile index 46d649213e8..c2f51f28959 100644 --- a/mail/claws-mail-pgpmime/Makefile +++ b/mail/claws-mail-pgpmime/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.17 2011/01/13 13:38:36 wiz Exp $ +# $NetBSD: Makefile,v 1.18 2011/03/19 14:52:10 gls Exp $ # PKG_DESTDIR_SUPPORT= user-destdir PLUGIN_NAME= pgpmime .include "../../mail/claws-mail/plugins.mk" -PKGREVISION= 1 MAINTAINER= pkgsrc-users@NetBSD.org COMMENT= Handles PGP/MIME signed and/or encrypted mails |