From 318ab8511e6b65b98ab0975ff55d6effa24bd2e6 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Wed, 4 Oct 1995 16:07:50 +0000 Subject: [PATCH] (unrmail): Call rmail-toggle-header. --- lisp/mail/unrmail.el | 1 + 1 file changed, 1 insertion(+) diff --git a/lisp/mail/unrmail.el b/lisp/mail/unrmail.el index 46c4b3de25..20e41287e7 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))) -- 2.20.1