summaryrefslogtreecommitdiff
path: root/mail/vm/patches
diff options
context:
space:
mode:
authorjtb <jtb>2001-06-27 19:45:29 +0000
committerjtb <jtb>2001-06-27 19:45:29 +0000
commitacef1c0db737ab6e391294ff68d3bcbe9ca045dc (patch)
tree91d07a702ddf78f618d1d449f39e41947c90d361 /mail/vm/patches
parentf768f3fbff07a776acb2f3911a041e48aaec3a8b (diff)
downloadpkgsrc-acef1c0db737ab6e391294ff68d3bcbe9ca045dc.tar.gz
Update to version 6.93. Changes:
* New variables: + vm-folder-file-precious-flag * added CRAM-MD5 as an authentication method for IMAP. * vm-su-do-date: interpret 2-digit years in the RFC-822 matching case as 20XX if year starts with 0-6. * vm-rfc1153-or-rfc934-burst-message: skip spaces in addition to newlines that occur after a separator line. A digest has been observed with that kind of deformity. * treat enable-local-eval as we do enable-local-variables--- always bind it to nil. * vm: don't bind vm-auto-decode-mime-messages non-nil during initial message preview if it is nil. * vm-mime-display-internal-text/html: dropped (sleep-for 2). No one cares enough about the "Need W3 to inline HTML" message to wait 2 seconds afterward. * added menu entry to allow MIME objects to be converted to another type and displayed. The new type is determined by vm-mime-type-converter-alist. * added koi8-r to vm-mime-mule-charset-to-coding-alist (XEmacs only). * vm-pop-read-list-response: check for nil return of vm-pop-read-response before using return value. * vm-pop-read-stat-response: check for nil return of vm-pop-read-response before using return value. * vm-encode-coding-region: use unwind-protect to make sure (well more likely) that the work buffer always gets killed if it has been created. * vm-decode-coding-region: use unwind-protect to make sure (well more likely) that the work buffer always gets killed if it has been created. * vm-mime-convert-undisplayable-layout: put object buffer on garbage list sooner to make rarer the situation where the buffer never gets deleted. * Makefile: remove function definition of vm-its-such-a-cruel-world after it is run. * vm-md5-region: if vm-pop-md5-program exits non-zero, signal an error. Also if the work buffer is not at least 32 bytes long, signal an error. This prevents naive callers from assumption all is well and using a possibly empty string as an MD5 hash. * vm-md5-region: check the MD5 digest returned for non-hex-digit characters and signal an error if any are found. * vm-get-file-buffer: use find-buffer-visiting if it is fbound. * vm-build-threads: fixed loop that removed child messages from a parent when better information about a child's parent is found. Previously the loop attempted to remove the same message from the parent over and over. * vm-build-threads: gather thread data using References and In-Reply-To for all messages before using the Subject header. This helps prevent the case where References says A is the parent of B but because of clock skew B is older than A, which can lead to B being considered the parent of A if A and B have the same subject and vm-thread-using-subject is non-nil.
Diffstat (limited to 'mail/vm/patches')
-rw-r--r--mail/vm/patches/patch-ab13
1 files changed, 11 insertions, 2 deletions
diff --git a/mail/vm/patches/patch-ab b/mail/vm/patches/patch-ab
index 374bb276b5c..5ebce50793f 100644
--- a/mail/vm/patches/patch-ab
+++ b/mail/vm/patches/patch-ab
@@ -1,6 +1,6 @@
-$NetBSD: patch-ab,v 1.1.1.1 2000/12/01 04:18:22 jtb Exp $
+$NetBSD: patch-ab,v 1.2 2001/06/27 19:45:30 jtb Exp $
---- vm.texinfo.orig Sun Aug 22 19:48:28 1999
+--- vm.texinfo.orig Fri May 4 17:54:47 2001
+++ vm.texinfo
@@ -1,9 +1,10 @@
\input texinfo @comment -*-Text-*-
@@ -16,3 +16,12 @@ $NetBSD: patch-ab,v 1.1.1.1 2000/12/01 04:18:22 jtb Exp $
@iftex
@finalout
@end iftex
+@@ -161,7 +162,7 @@
+ @vindex vm-folder-file-precious-flag
+ When a folder is first visited, the value of the variable
+ @code{vm-folder-file-precious-flag} is used to initialize a
+-buffer-local instance of #code{file-precious-flag}, which
++buffer-local instance of @code{file-precious-flag}, which
+ determines how folders are saved. A non-nil value causes
+ folders to be saved by writing to a temporary file and then
+ replacing the folder with that file. A nil value causes