From: Richard M. Stallman Date: Wed, 4 Oct 1995 16:07:50 +0000 (+0000) Subject: (unrmail): Call rmail-toggle-header. X-Git-Tag: emacs-19.34~2747 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=318ab8511e6b65b98ab0975ff55d6effa24bd2e6;p=emacs.git (unrmail): Call rmail-toggle-header. --- diff --git a/lisp/mail/unrmail.el b/lisp/mail/unrmail.el index 46c4b3de259..20e41287e71 100644 --- a/lisp/mail/unrmail.el +++ b/lisp/mail/unrmail.el @@ -56,6 +56,7 @@ For example, invoke `emacs -batch -f batch-unrmail RMAIL'." (while (< message-count rmail-total-messages) (rmail-show-message (setq message-count (1+ message-count))) + (rmail-toggle-header) (rmail-output to-file 1 t)) (message "Writing messages to %s...done" to-file)))