diff options
author | jtb <jtb@pkgsrc.org> | 2003-07-11 07:40:44 +0000 |
---|---|---|
committer | jtb <jtb@pkgsrc.org> | 2003-07-11 07:40:44 +0000 |
commit | fc93286dde0ae9f9f2d571ff492b906ce9d8575f (patch) | |
tree | 0fcfac3838f2b9343d3eaa6cd7f96a3e9b9f0477 /mail/vm | |
parent | 55135ef3b79d71394b51474997228e9cc16cd0db (diff) | |
download | pkgsrc-fc93286dde0ae9f9f2d571ff492b906ce9d8575f.tar.gz |
Update to 7.17.
* New commands:
+ vm-create-imap-folder
+ vm-delete-imap-folder
+ vm-rename-imap-folder
* vm-edit-message-end: try to positoin the cursor in the message
window roughly where it was in the edit window.
* vm-read-imap-folder-name: allow vm-imap-make-session to return
nil without crashing. Also, bind vm-imap-ok-to-ask non-nil so
that vm-imap-make-session will interactively prompt for a
password.
* added menu entry to Folder menu for vm-visit-imap-folder.
* vm-imap-normalize-spec: convert auth method to * instead of the
IMAP folder name.
* vm-imap-get-message-flags: fixed flag retrieval so that it
actually works now.
* vm-handle-file-recovery-or-reversion: find an IMAP spec for the
buffer so that the spec is passed to the 'vm' command instead
of the buffer-file-name. This fixes a wrong-type-argument
error under M-x recover-file when done on a IMAP cache folder.
* tapestry.el: in tapestery-window-edges check for existence of
face-width and face-height in addition to window-pixel-edges.
* search for BASE64/QP encoder/decoder programs and set the
encoder/decoder program variable based on what we find.
* vm-mf-default-action: if object is convertible to a displayble
type mention the conversion that will happen in the action
string.
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 9786cb84656..ea2e82d9fd2 100644 --- a/mail/vm/Makefile +++ b/mail/vm/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.20 2003/06/23 20:03:01 jtb Exp $ +# $NetBSD: Makefile,v 1.21 2003/07/11 07:40:44 jtb Exp $ -DISTNAME= vm-7.16 +DISTNAME= vm-7.17 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 32ad4d33f3c..d39516cfafb 100644 --- a/mail/vm/distinfo +++ b/mail/vm/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.12 2003/06/23 20:03:01 jtb Exp $ +$NetBSD: distinfo,v 1.13 2003/07/11 07:40:45 jtb Exp $ -SHA1 (vm-7.16.tar.gz) = e715928d22b418088bf76e7e74c69567722bd1d4 -Size (vm-7.16.tar.gz) = 379456 bytes +SHA1 (vm-7.17.tar.gz) = 18504d06ba448b8f580aa9d3c240e9d734f6d45c +Size (vm-7.17.tar.gz) = 380404 bytes SHA1 (patch-aa) = 7b8e9b8bcc1c03604fc0d2a81683754b823dc7a6 SHA1 (patch-ab) = 51ea93e4b4066fbab7e75d03bea2cffd20c85440 |