mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-02-06 20:49:33 +00:00
(feedmail-message-id-generator, feedmail-date-generator): Fix custom types.
This commit is contained in:
parent
8ae63446ef
commit
7c2288eaa2
@ -1,5 +1,8 @@
|
||||
2007-02-24 John Paul Wallington <jpw@pobox.com>
|
||||
|
||||
* 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 <eliz@gnu.org>
|
||||
|
@ -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)
|
||||
)
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user