From 7c2288eaa217c795bca208a809a44de166221ee8 Mon Sep 17 00:00:00 2001 From: John Paul Wallington Date: Sat, 24 Feb 2007 17:24:29 +0000 Subject: [PATCH] (feedmail-message-id-generator, feedmail-date-generator): Fix custom types. --- lisp/ChangeLog | 3 +++ lisp/mail/feedmail.el | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index e1ee3820644..eb1641a7742 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,8 @@ 2007-02-24 John Paul Wallington + * mail/feedmail.el (feedmail-message-id-generator) + (feedmail-date-generator): Fix custom types. + * mail/rmail.el (rmail-message-filter): Fix custom type. 2007-02-24 Eli Zaretskii 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) ) -- 2.39.5