diff options
author | seb <seb@pkgsrc.org> | 2003-12-11 23:05:16 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2003-12-11 23:05:16 +0000 |
commit | 4d7002d0fa5cff854cf3c34660674e21e56b85c7 (patch) | |
tree | 96bc6adfbf4baeab5785f431560f2293c2f3ef0c /mail | |
parent | 4832f5e90fef396d5c5079b1243e7278eb14fc8b (diff) | |
download | pkgsrc-4d7002d0fa5cff854cf3c34660674e21e56b85c7.tar.gz |
Update to version 0.9.5.
Changes in version 0.9.5
- Fix of bug that appeared in daemon mode, where the date used in search
queries (newer/older command) was not updated each time the program connected
to the server.
- Added an explanation on the way the program does the filtering (filter
execution order, etc.)
- Added new variable to control if a message is flagged as seen, when part of
it (ie. some of its headers) is fetched.
Changes in version 0.9.4
- Bug fix; rcopy/rmove failure, while trying to FETCH the header of a message.
Changes in version 0.9.3
- Bug fix; default variable not substituted during rcopy/rmove.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/imapfilter/Makefile | 5 | ||||
-rw-r--r-- | mail/imapfilter/distinfo | 6 |
2 files changed, 5 insertions, 6 deletions
diff --git a/mail/imapfilter/Makefile b/mail/imapfilter/Makefile index 890b2f06615..924d24e3bc8 100644 --- a/mail/imapfilter/Makefile +++ b/mail/imapfilter/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.9 2003/11/12 03:39:40 jschauma Exp $ +# $NetBSD: Makefile,v 1.10 2003/12/11 23:05:16 seb Exp $ -DISTNAME= imapfilter-0.9.2 -PKGREVISION= 1 +DISTNAME= imapfilter-0.9.5 CATEGORIES= mail MASTER_SITES= http://imapfilter.hellug.gr/source/ diff --git a/mail/imapfilter/distinfo b/mail/imapfilter/distinfo index 6944dd1a9af..f3927b56f7c 100644 --- a/mail/imapfilter/distinfo +++ b/mail/imapfilter/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.7 2003/08/23 20:52:57 seb Exp $ +$NetBSD: distinfo,v 1.8 2003/12/11 23:05:16 seb Exp $ -SHA1 (imapfilter-0.9.2.tar.gz) = 233b0c369e5ea2d4b2359484e8749b69def8b8a0 -Size (imapfilter-0.9.2.tar.gz) = 44690 bytes +SHA1 (imapfilter-0.9.5.tar.gz) = b07a85da3cf9cb81e831c0399eb1e26b6901c184 +Size (imapfilter-0.9.5.tar.gz) = 45488 bytes SHA1 (patch-aa) = d3c30e01d4490e7bb54efad1b8e941c17be322f3 |