From: Karl Heuer Date: Thu, 10 Sep 1998 15:38:21 +0000 (+0000) Subject: (feedmail-from-line): Allow t. X-Git-Tag: emacs-20.4~1727 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=19a2870f7f94f241b5af35ccf7ea9c97f05b5de2;p=emacs.git (feedmail-from-line): Allow t. (feedmail-message-id-suffix): Allow nil. --- diff --git a/lisp/mail/feedmail.el b/lisp/mail/feedmail.el index 6caf63db494..6f878c29b6b 100644 --- a/lisp/mail/feedmail.el +++ b/lisp/mail/feedmail.el @@ -527,7 +527,7 @@ chance of being wrong. It also honors `mail-from-style'. Better to set this variable explicitly to the string you want or find some other way to arrange for the message to get a From: line." :group 'feedmail-headers - :type '(choice (const nil) string) + :type '(choice (const t) (const nil) string) ) @@ -637,7 +637,7 @@ used. If the value of `feedmail-message-id-suffix' contains an \"@\" character, the string will be used verbatim, else an \"@\" character will be prepended automatically." :group 'feedmail-headers - :type 'string + :type '(choice (const nil) string) ) ;; this was suggested in various forms by several people; first was