diff options
author | Karl Heuer <kwzh@gnu.org> | 1998-09-10 15:38:21 +0000 |
---|---|---|
committer | Karl Heuer <kwzh@gnu.org> | 1998-09-10 15:38:21 +0000 |
commit | 19a2870f7f94f241b5af35ccf7ea9c97f05b5de2 (patch) | |
tree | 0bfe8e1e695d3a18658c262294775e890f8c5634 /lisp/mail/feedmail.el | |
parent | 05422245ca50e8ccc05e2fe2b332570e0ede1dc7 (diff) | |
download | emacs-19a2870f7f94f241b5af35ccf7ea9c97f05b5de2.tar.gz |
(feedmail-from-line): Allow t.
(feedmail-message-id-suffix): Allow nil.
Diffstat (limited to 'lisp/mail/feedmail.el')
-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 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 |