Mercurial > emacs
changeset 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 | 8d1c55a12c94 |
children | da40016c8767 |
files | lisp/mail/feedmail.el |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/mail/feedmail.el Thu Sep 10 15:35:34 1998 +0000 +++ b/lisp/mail/feedmail.el Thu Sep 10 15:38:21 1998 +0000 @@ -527,7 +527,7 @@ 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 @@ 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