# HG changeset patch # User John Paul Wallington # Date 1172337807 0 # Node ID 49ec84aacf0b0d82c3a2cab5b6920014f703fba0 # Parent cbe7bf542dede271c58bd0b50e92312b96722ffb (feedmail-message-id-generator, feedmail-date-generator): Fix custom types. diff -r cbe7bf542ded -r 49ec84aacf0b lisp/mail/feedmail.el --- a/lisp/mail/feedmail.el Sat Feb 24 17:13:33 2007 +0000 +++ b/lisp/mail/feedmail.el Sat Feb 24 17:23:27 2007 +0000 @@ -629,7 +629,7 @@ 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 @@ 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) )