diff options
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/mail/rmail.el | 5 |
1 files changed, 5 insertions, 0 deletions
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. |