changeset 88342:8c1418dc7ac0

(rmail-perm-variables): Make sure rmail-desc-vector is buffer local.
author Henrik Enberg <henrik.enberg@telia.com>
date Fri, 27 Apr 2007 18:27:51 +0000
parents e7a3891e8f13
children 62aa18695cf8
files lisp/mail/rmail.el
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/mail/rmail.el	Fri Apr 27 01:47:36 2007 +0000
+++ b/lisp/mail/rmail.el	Fri Apr 27 18:27:51 2007 +0000
@@ -1131,6 +1131,7 @@
   (make-local-variable 'rmail-total-messages)
   (make-local-variable 'rmail-overlay-list)
   (setq rmail-overlay-list nil)
+  (make-local'variable 'rmail-desc-vector)
   (make-local-variable 'rmail-inbox-list)
   (setq rmail-inbox-list (rmail-get-file-inbox-list))
   ;; Provide default set of inboxes for primary mail file ~/RMAIL.
@@ -1464,6 +1465,8 @@
 	      ;; Process the new messages for spam using the integrated
 	      ;; spam filter.  The spam filter can mark messages for
 	      ;; deletion and can output a message.
+	      ;; XXX rmail-spam-filter hasn't been tested at all with
+	      ;; the mbox branch. --enberg
 	      (setq current-message (rmail-first-unseen-message))
 	      (when rmail-use-spam-filter
 		(while (<= current-message rmail-total-messages)