X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/adb92798f785015ea6c9cca506d9e6dc1291ffae..2d8a544976354b3787e4f28f2d97b3ab96f4a052:/lisp/mail/feedmail.el diff --git a/lisp/mail/feedmail.el b/lisp/mail/feedmail.el index 80276cb512..3d1b195142 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." (defcustom feedmail-nuke-body-in-fcc nil "*If non-nil remove body of message in copies saved via Fcc:. -If an positive integer value, leave (up to) that many lines of the +If a positive integer value, leave (up to) that many lines of the beginning of the body intact. The result is that the Fcc: copy will consist only of the message headers, serving as a sort of an outgoing message log." @@ -688,7 +688,7 @@ nil means insert them at the bottom. This is mostly a novelty issue since the standards define the ordering of header fields to be immaterial and it's fairly likely that some MTA along the way will have its own idea of what the order should be, regardless of what you specify." - :group 'feedmail-header + :group 'feedmail-headers :type 'boolean ) @@ -706,7 +706,7 @@ For an explanation of fiddle-plexes, see the documentation for the variable feedmail-fiddle-plex-blurb. In contrast to some other fiddle-plex manipulation functions, in this context, it makes no sense to have an element which is nil, t, or a simple string." - :group 'feedmail-header + :group 'feedmail-headers :type '(repeat (choice function) sexp) ; too complex to be described accurately ) @@ -845,7 +845,7 @@ doesn't end with a slash. Default, except on VMS, is \"$HOME/mail/q\"." (if (memq system-type '(axp-vms vax-vms)) (expand-file-name (concat (getenv "HOME") "[.MAIL.DRAFT]")) (concat (getenv "HOME") "/mail/draft")) - "*Name of an directory where draft messages will be queued. + "*Name of a directory where draft messages will be queued. Directory will be created if necessary. Should be a string that doesn't end with a slash. Default, except on VMS, is \"$HOME/mail/draft\"." :group 'feedmail-queue @@ -2670,4 +2670,5 @@ been weeded out." (provide 'feedmail) +;;; arch-tag: ec27b380-11c0-4dfd-8436-f636cf2bb992 ;;; feedmail.el ends here