summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorjtb <jtb@pkgsrc.org>2003-06-23 20:07:44 +0000
committerjtb <jtb@pkgsrc.org>2003-06-23 20:07:44 +0000
commit66f59974a0fc8fc1fe86785c59624c270ed4879e (patch)
tree8111aac51bb79bd56b1af48004d98e9286ecc94f /doc
parent83eb62dcd0eaf1a2dfc1cd4731135a66f8029c57 (diff)
downloadpkgsrc-66f59974a0fc8fc1fe86785c59624c270ed4879e.tar.gz
Update vm 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 'doc')
-rw-r--r--doc/CHANGES3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/CHANGES b/doc/CHANGES
index 24c753d3448..6bc06d92f58 100644
--- a/doc/CHANGES
+++ b/doc/CHANGES
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES,v 1.2568 2003/06/23 19:07:10 kristerw Exp $
+$NetBSD: CHANGES,v 1.2569 2003/06/23 20:07:44 jtb Exp $
Changes to the packages collection and infrastructure in 2003:
@@ -2549,3 +2549,4 @@ Changes to the packages collection and infrastructure in 2003:
Added bomberclone-data-0.7 [wiz 2003-06-23]
Added bomberclone-0.9.9 [wiz 2003-06-23]
Updated vice to 1.12 [kristerw 2003-06-23]
+ Updated vm to 7.16 [jtb 2003-06-23]