Mercurial > emacs
changeset 11177:6a26526998f6
(unrmail): Don't make or switch to a summary buffer.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sat, 01 Apr 1995 05:01:32 +0000 |
parents | 07a3b9c34717 |
children | 7d4805feb413 |
files | lisp/mail/unrmail.el |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/mail/unrmail.el Sat Apr 01 04:46:15 1995 +0000 +++ b/lisp/mail/unrmail.el Sat Apr 01 05:01:32 1995 +0000 @@ -48,6 +48,8 @@ "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)