diff options
author | jtb <jtb@pkgsrc.org> | 2003-06-23 20:03:01 +0000 |
---|---|---|
committer | jtb <jtb@pkgsrc.org> | 2003-06-23 20:03:01 +0000 |
commit | 83eb62dcd0eaf1a2dfc1cd4731135a66f8029c57 (patch) | |
tree | 5a74399e3dc0b6b5771f86eff9fe365a14e9599f /mail/vm | |
parent | df0541b90d31e52ec9d9df2e08cd146183261a28 (diff) | |
download | pkgsrc-83eb62dcd0eaf1a2dfc1cd4731135a66f8029c57.tar.gz |
Update to 7.16.
* New commands:
+ vm-visit-imap-folder
+ vm-visit-imap-folder-other-window
+ vm-visit-imap-folder-other-frame
+ vm-save-message-to-imap-folder
* New variables:
+ vm-imap-server-list
* vm-primary-inbox can now be a POP or IMAP mailbox specification.
* vm-mime-set-xxx-parameter: use the parameter name passed in
instead of assuming the name is "charset". The only calls to
this function passed in "charset" as the name, so this bug
wasn't affecting anything.
* vm-decode-mime-encoded-words: do charset conversion if needed.
Forgot to add this back when vm-mime-charset-converter-alist
was added.
* vm-send-mail-and-exit -> vm-mail-send-and-exit in vm-user-agent
definition.
* vm-mail-send-and-exit: dropped first arg requirement since the
argument isn't used anyway.
* compute POP cache filenames based on the POP mailbox spec with
the access method as "pop" and the authentication method and
port as asterisks. This prevents visiting the wrong file if
the user starts accessing a POP mailbox through a different
port or using a different access or authentication method.
Automatically migrate the old cache files to the new scheme as
we go.
* fixed convert -page typos.
* vm-set-redistributed-flag: fourth arg of vm-set-xxx-flag
call corrected to be vm-set-redistributed-flag instead of
vm-set-forwarded-flag.
* IMAP BYE responses are always untagged; changed code to match.
Diffstat (limited to 'mail/vm')
-rw-r--r-- | mail/vm/Makefile | 4 | ||||
-rw-r--r-- | mail/vm/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/mail/vm/Makefile b/mail/vm/Makefile index c7a4ee4f54e..9786cb84656 100644 --- a/mail/vm/Makefile +++ b/mail/vm/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.19 2003/06/02 01:18:36 jschauma Exp $ +# $NetBSD: Makefile,v 1.20 2003/06/23 20:03:01 jtb Exp $ -DISTNAME= vm-7.15 +DISTNAME= vm-7.16 CATEGORIES= mail MASTER_SITES= ftp://ftp.uni-mainz.de/pub/software/gnu/vm/ \ ftp://tug.org/vm/ \ diff --git a/mail/vm/distinfo b/mail/vm/distinfo index 67f425a308a..32ad4d33f3c 100644 --- a/mail/vm/distinfo +++ b/mail/vm/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.11 2003/05/17 18:28:14 jtb Exp $ +$NetBSD: distinfo,v 1.12 2003/06/23 20:03:01 jtb Exp $ -SHA1 (vm-7.15.tar.gz) = 033f016df70235f1ae61dc29390626b4f9346b9e -Size (vm-7.15.tar.gz) = 373891 bytes +SHA1 (vm-7.16.tar.gz) = e715928d22b418088bf76e7e74c69567722bd1d4 +Size (vm-7.16.tar.gz) = 379456 bytes SHA1 (patch-aa) = 7b8e9b8bcc1c03604fc0d2a81683754b823dc7a6 SHA1 (patch-ab) = 51ea93e4b4066fbab7e75d03bea2cffd20c85440 |