From: Richard M. Stallman Date: Sat, 1 Apr 1995 05:01:32 +0000 (+0000) Subject: (unrmail): Don't make or switch to a summary buffer. X-Git-Tag: emacs-19.34~4681 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=efde113229106bb98b96855f71169eadab3426a4;p=emacs.git (unrmail): Don't make or switch to a summary buffer. --- diff --git a/lisp/mail/unrmail.el b/lisp/mail/unrmail.el index d203f54c267..46c4b3de259 100644 --- a/lisp/mail/unrmail.el +++ b/lisp/mail/unrmail.el @@ -48,6 +48,8 @@ For example, invoke `emacs -batch -f batch-unrmail RMAIL'." "Convert Rmail file FILE to system inbox format file TO-FILE." (interactive "fUnrmail (rmail file): \nFUnrmail into (new mailbox file): ") (let ((message-count 0) + ;; Prevent rmail from making, or switching to, a summary buffer. + (rmail-display-summary nil) (rmail-delete-after-output nil)) (rmail file) (message "Writing messages to %s..." to-file)