From 966fbd00425ef715d374d260d2b8a8eb57321ab3 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sat, 23 May 1998 20:08:19 +0000 Subject: [PATCH] (rmail-default-body-file): New variable. --- lisp/mail/rmail.el | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lisp/mail/rmail.el b/lisp/mail/rmail.el index 972f7d00477..5b9c0f62651 100644 --- a/lisp/mail/rmail.el +++ b/lisp/mail/rmail.el @@ -321,6 +321,11 @@ by substituting the new message number into the existing list.") "*Default file name for \\[rmail-output-to-rmail-file]." :type 'file :group 'rmail-files) +(defcustom rmail-default-body-file "~/mailout" + "*Default file name for \\[rmail-output-body-to-file]." + :type 'file + :group 'rmail-files + :version "20.3") ;; Mule and MIME related variables. -- 2.39.2