diff options
author | gls <gls@pkgsrc.org> | 2011-03-19 14:52:07 +0000 |
---|---|---|
committer | gls <gls@pkgsrc.org> | 2011-03-19 14:52:07 +0000 |
commit | f2ede8dfb69f7885af44c0a661be4deca7cf3947 (patch) | |
tree | f37e84b71a81462efb6cb8cd4d141b52b9007218 /mail/claws-mail-smime | |
parent | 2fa48b2f224f3ec9a9eac70f5ebbec5cb124aea8 (diff) | |
download | pkgsrc-f2ede8dfb69f7885af44c0a661be4deca7cf3947.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-smime')
-rw-r--r-- | mail/claws-mail-smime/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/mail/claws-mail-smime/Makefile b/mail/claws-mail-smime/Makefile index cdb77fa8fde..a168f9c9db8 100644 --- a/mail/claws-mail-smime/Makefile +++ b/mail/claws-mail-smime/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.19 2011/01/13 13:38:37 wiz Exp $ +# $NetBSD: Makefile,v 1.20 2011/03/19 14:52:11 gls Exp $ # PKG_DESTDIR_SUPPORT= user-destdir PLUGIN_NAME= smime .include "../../mail/claws-mail/plugins.mk" -PKGREVISION= 1 MAINTAINER= pkgsrc-users@NetBSD.org COMMENT= This plugin handles S/MIME signed and/or encrypted mails |