diff options
| -rw-r--r-- | lisp/mail/feedmail.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/mail/feedmail.el b/lisp/mail/feedmail.el index 80276cb512b..6f824afdaad 100644 --- a/lisp/mail/feedmail.el +++ b/lisp/mail/feedmail.el | |||
| @@ -428,7 +428,7 @@ the same Fcc: treatment applies to both Bcc: and Resent-Bcc: lines." | |||
| 428 | 428 | ||
| 429 | (defcustom feedmail-nuke-body-in-fcc nil | 429 | (defcustom feedmail-nuke-body-in-fcc nil |
| 430 | "*If non-nil remove body of message in copies saved via Fcc:. | 430 | "*If non-nil remove body of message in copies saved via Fcc:. |
| 431 | If an positive integer value, leave (up to) that many lines of the | 431 | If a positive integer value, leave (up to) that many lines of the |
| 432 | beginning of the body intact. The result is that the Fcc: copy will | 432 | beginning of the body intact. The result is that the Fcc: copy will |
| 433 | consist only of the message headers, serving as a sort of an outgoing | 433 | consist only of the message headers, serving as a sort of an outgoing |
| 434 | message log." | 434 | message log." |
| @@ -845,7 +845,7 @@ doesn't end with a slash. Default, except on VMS, is \"$HOME/mail/q\"." | |||
| 845 | (if (memq system-type '(axp-vms vax-vms)) | 845 | (if (memq system-type '(axp-vms vax-vms)) |
| 846 | (expand-file-name (concat (getenv "HOME") "[.MAIL.DRAFT]")) | 846 | (expand-file-name (concat (getenv "HOME") "[.MAIL.DRAFT]")) |
| 847 | (concat (getenv "HOME") "/mail/draft")) | 847 | (concat (getenv "HOME") "/mail/draft")) |
| 848 | "*Name of an directory where draft messages will be queued. | 848 | "*Name of a directory where draft messages will be queued. |
| 849 | Directory will be created if necessary. Should be a string that | 849 | Directory will be created if necessary. Should be a string that |
| 850 | doesn't end with a slash. Default, except on VMS, is \"$HOME/mail/draft\"." | 850 | doesn't end with a slash. Default, except on VMS, is \"$HOME/mail/draft\"." |
| 851 | :group 'feedmail-queue | 851 | :group 'feedmail-queue |