summaryrefslogtreecommitdiff
path: root/lisp/mail/feedmail.el
diff options
context:
space:
mode:
authorKarl Heuer <kwzh@gnu.org>1998-09-10 15:38:21 +0000
committerKarl Heuer <kwzh@gnu.org>1998-09-10 15:38:21 +0000
commit19a2870f7f94f241b5af35ccf7ea9c97f05b5de2 (patch)
tree0bfe8e1e695d3a18658c262294775e890f8c5634 /lisp/mail/feedmail.el
parent05422245ca50e8ccc05e2fe2b332570e0ede1dc7 (diff)
downloademacs-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.el4
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