From 19a2870f7f94f241b5af35ccf7ea9c97f05b5de2 Mon Sep 17 00:00:00 2001 From: Karl Heuer Date: Thu, 10 Sep 1998 15:38:21 +0000 Subject: [PATCH] (feedmail-from-line): Allow t. (feedmail-message-id-suffix): Allow nil. --- lisp/mail/feedmail.el | 4 ++-- 1 file 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 -- 2.39.2