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 | 846f5f589fd27ee518c3593832f1ea6182a7a500 (patch) | |
tree | f37e84b71a81462efb6cb8cd4d141b52b9007218 /mail/claws-mail-trayicon | |
parent | bc2ae246cb89cc6e9088a570140fa3af4a1fd3fa (diff) | |
download | pkgsrc-846f5f589fd27ee518c3593832f1ea6182a7a500.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-trayicon')
-rw-r--r-- | mail/claws-mail-trayicon/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/mail/claws-mail-trayicon/Makefile b/mail/claws-mail-trayicon/Makefile index c285e2f39f2..3684ba88120 100644 --- a/mail/claws-mail-trayicon/Makefile +++ b/mail/claws-mail-trayicon/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.15 2011/01/13 13:40:11 wiz Exp $ +# $NetBSD: Makefile,v 1.16 2011/03/19 14:52:11 gls Exp $ # PKG_DESTDIR_SUPPORT= user-destdir PLUGIN_NAME= trayicon .include "../../mail/claws-mail/plugins.mk" -PKGREVISION= 1 MAINTAINER= pkgsrc-users@NetBSD.org COMMENT= Places an icon in the system tray for new mail |