diff options
| -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.") | |||
| 321 | "*Default file name for \\[rmail-output-to-rmail-file]." | 321 | "*Default file name for \\[rmail-output-to-rmail-file]." |
| 322 | :type 'file | 322 | :type 'file |
| 323 | :group 'rmail-files) | 323 | :group 'rmail-files) |
| 324 | (defcustom rmail-default-body-file "~/mailout" | ||
| 325 | "*Default file name for \\[rmail-output-body-to-file]." | ||
| 326 | :type 'file | ||
| 327 | :group 'rmail-files | ||
| 328 | :version "20.3") | ||
| 324 | 329 | ||
| 325 | ;; Mule and MIME related variables. | 330 | ;; Mule and MIME related variables. |
| 326 | 331 | ||