(rmail-default-body-file): New variable.
authorRichard M. Stallman <rms@gnu.org>
Sat, 23 May 1998 20:08:19 +0000 (20:08 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 23 May 1998 20:08:19 +0000 (20:08 +0000)
lisp/mail/rmail.el

index 972f7d0..5b9c0f6 100644 (file)
@@ -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.