comparison lisp/mail/feedmail.el @ 23222:dbd281c0a5bf

(feedmail-from-line): Allow t. (feedmail-message-id-suffix): Allow nil.
author Karl Heuer <kwzh@gnu.org>
date Thu, 10 Sep 1998 15:38:21 +0000
parents e71025b5e000
children 92177ff080cc
comparison
equal deleted inserted replaced
23221:8d1c55a12c94 23222:dbd281c0a5bf
525 `user-mail-address' which should be set on every system but has a decent 525 `user-mail-address' which should be set on every system but has a decent
526 chance of being wrong. It also honors `mail-from-style'. Better to set 526 chance of being wrong. It also honors `mail-from-style'. Better to set
527 this variable explicitly to the string you want or find some other way 527 this variable explicitly to the string you want or find some other way
528 to arrange for the message to get a From: line." 528 to arrange for the message to get a From: line."
529 :group 'feedmail-headers 529 :group 'feedmail-headers
530 :type '(choice (const nil) string) 530 :type '(choice (const t) (const nil) string)
531 ) 531 )
532 532
533 533
534 (defcustom feedmail-deduce-envelope-from t 534 (defcustom feedmail-deduce-envelope-from t
535 "*If non-nil, deduce message envelope \"from\" from header From: or Sender:. 535 "*If non-nil, deduce message envelope \"from\" from header From: or Sender:.
635 If you don't supply one, the value of the variable `user-mail-address' will be 635 If you don't supply one, the value of the variable `user-mail-address' will be
636 used. If the value of `feedmail-message-id-suffix' contains an \"@\" character, 636 used. If the value of `feedmail-message-id-suffix' contains an \"@\" character,
637 the string will be used verbatim, else an \"@\" character will be prepended 637 the string will be used verbatim, else an \"@\" character will be prepended
638 automatically." 638 automatically."
639 :group 'feedmail-headers 639 :group 'feedmail-headers
640 :type 'string 640 :type '(choice (const nil) string)
641 ) 641 )
642 642
643 ;; this was suggested in various forms by several people; first was 643 ;; this was suggested in various forms by several people; first was
644 ;; Tony DeSimone in Oct 1992; sorry to be so tardy 644 ;; Tony DeSimone in Oct 1992; sorry to be so tardy
645 (defcustom feedmail-date-generator t 645 (defcustom feedmail-date-generator t