summaryrefslogtreecommitdiff
path: root/lisp/mail/feedmail.el
diff options
context:
space:
mode:
authorJohn Paul Wallington <jpw@pobox.com>2007-02-24 17:24:29 +0000
committerJohn Paul Wallington <jpw@pobox.com>2007-02-24 17:24:29 +0000
commit7c2288eaa217c795bca208a809a44de166221ee8 (patch)
tree04ebaa07103b48d48eed3051008db8b691856c06 /lisp/mail/feedmail.el
parent8ae63446efeaa27dac16238ae3e2b8ffdd391fe8 (diff)
downloademacs-7c2288eaa217c795bca208a809a44de166221ee8.tar.gz
(feedmail-message-id-generator, feedmail-date-generator): Fix custom types.
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 3180b05c818..b8d42debe6f 100644
--- a/lisp/mail/feedmail.el
+++ b/lisp/mail/feedmail.el
@@ -629,7 +629,7 @@ configurations of sendmail). Even if the latter case is true, it
probably won't hurt you to generate your own, and it will then show up
in the saved message if you use Fcc:."
:group 'feedmail-headers
- :type '(choice (const nil) function)
+ :type '(choice (const t) (const nil) function)
)
@@ -678,7 +678,7 @@ configurations of sendmail). Even if the latter case is true, it
probably won't hurt you to generate your own, and it will then show up
in the saved message if you use Fcc:."
:group 'feedmail-headers
- :type '(choice (const nil) function)
+ :type '(choice (const t) (const nil) function)
)