diff options
author | taca <taca@pkgsrc.org> | 2017-04-13 02:00:44 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2017-04-13 02:00:44 +0000 |
commit | 68e3416c57b98c7fb17dded392f3804adf298307 (patch) | |
tree | 5b87448ca61e692d49b70f75ebb8f716a3005387 /mail | |
parent | 46bba9e4f0efcc6a13eaad4e2345885270c72440 (diff) | |
download | pkgsrc-68e3416c57b98c7fb17dded392f3804adf298307.tar.gz |
Update dovecot2-pigeonhole to 0.4.18 for dovecot2 2.2.28.
v0.4.18 12-04-2017 Stephan Bosch <stephan@rename-it.nl>
+ imapsieve plugin: Implemented the copy_source_after rule action. When this
is enabled for a mailbox rule, the specified Sieve script is executed for
the message in the source mailbox during a "COPY" event. This happens only
after the Sieve script that is executed for the corresponding message in the
destination mailbox finishes running successfully.
+ imapsieve plugin: Added non-standard Sieve environment items for the source
and destination mailbox.
- multiscript: The execution of the discard script had an implicit "keep",
rather than an implicit "discard".
Diffstat (limited to 'mail')
-rw-r--r-- | mail/dovecot2-pigeonhole/Makefile | 4 | ||||
-rw-r--r-- | mail/dovecot2-pigeonhole/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/mail/dovecot2-pigeonhole/Makefile b/mail/dovecot2-pigeonhole/Makefile index 6bf4f4229fc..2c029490b34 100644 --- a/mail/dovecot2-pigeonhole/Makefile +++ b/mail/dovecot2-pigeonhole/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.33 2017/03/18 07:15:17 adam Exp $ +# $NetBSD: Makefile,v 1.34 2017/04/13 02:00:44 taca Exp $ -DISTNAME= dovecot-2.2-pigeonhole-0.4.17 +DISTNAME= dovecot-2.2-pigeonhole-0.4.18 PKGNAME= ${DISTNAME:S/-2.2-/-/} CATEGORIES= mail MASTER_SITES= http://pigeonhole.dovecot.org/releases/2.2/ diff --git a/mail/dovecot2-pigeonhole/distinfo b/mail/dovecot2-pigeonhole/distinfo index 270d91a0dfc..42832682341 100644 --- a/mail/dovecot2-pigeonhole/distinfo +++ b/mail/dovecot2-pigeonhole/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.24 2017/03/18 07:15:17 adam Exp $ +$NetBSD: distinfo,v 1.25 2017/04/13 02:00:44 taca Exp $ -SHA1 (dovecot-2.2-pigeonhole-0.4.17.tar.gz) = c8d1781ebd48a6cc324961c33be91b8f24c62925 -RMD160 (dovecot-2.2-pigeonhole-0.4.17.tar.gz) = f150a7e80d53181287301ef742aefabebb50b6a7 -SHA512 (dovecot-2.2-pigeonhole-0.4.17.tar.gz) = 3ea6faebf04154649c32612f204e909aa131582c99867865bff3d3a78a75593d96109586eeb6403bc915046b8b6f02e8bacbf6cb6733ea186d2e1a209a7e2b79 -Size (dovecot-2.2-pigeonhole-0.4.17.tar.gz) = 1787177 bytes +SHA1 (dovecot-2.2-pigeonhole-0.4.18.tar.gz) = c7536c283f792e4b5a838715e6dcd86d6eb96348 +RMD160 (dovecot-2.2-pigeonhole-0.4.18.tar.gz) = 0e2de9a26583981776a163fc1b4d53e8ee963898 +SHA512 (dovecot-2.2-pigeonhole-0.4.18.tar.gz) = 6f49a6a6435b0e4dcbe29f852ce17c016df2f367f5460301a2a2c6bd5f5ba6260b23bfe1c5e78b91c6041554ee67d1ce14ad3adf219505f692c61681d9e70cc4 +Size (dovecot-2.2-pigeonhole-0.4.18.tar.gz) = 1742357 bytes SHA1 (patch-aa) = 264399e166b5fece22bacd47b043c59f8f0f0a29 |