* rmailout.el (rmail-output): Don't bind
buffer-file-coding-system.
- * rmail.el (rmail-mime-charset-pattern): Sync with trunk.
+ * rmail.el (rmail-perm-variables): Make sure rmail-desc-vector is
+ buffer local.
+ (rmail-mime-charset-pattern): Sync with trunk.
(rmail): Don't bind coding-system-for-read.
(rmail-revert): Likewise.
(rmail-variables): Don't set buffer-file-coding-system.
(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.
;; 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)