aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/ChangeLog3
-rw-r--r--lisp/mail/feedmail.el4
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 @@
12007-02-24 John Paul Wallington <jpw@pobox.com> 12007-02-24 John Paul Wallington <jpw@pobox.com>
2 2
3 * mail/feedmail.el (feedmail-message-id-generator)
4 (feedmail-date-generator): Fix custom types.
5
3 * mail/rmail.el (rmail-message-filter): Fix custom type. 6 * mail/rmail.el (rmail-message-filter): Fix custom type.
4 7
52007-02-24 Eli Zaretskii <eliz@gnu.org> 82007-02-24 Eli Zaretskii <eliz@gnu.org>
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
629probably won't hurt you to generate your own, and it will then show up 629probably won't hurt you to generate your own, and it will then show up
630in the saved message if you use Fcc:." 630in the saved message if you use Fcc:."
631 :group 'feedmail-headers 631 :group 'feedmail-headers
632 :type '(choice (const nil) function) 632 :type '(choice (const t) (const nil) function)
633 ) 633 )
634 634
635 635
@@ -678,7 +678,7 @@ configurations of sendmail). Even if the latter case is true, it
678probably won't hurt you to generate your own, and it will then show up 678probably won't hurt you to generate your own, and it will then show up
679in the saved message if you use Fcc:." 679in the saved message if you use Fcc:."
680 :group 'feedmail-headers 680 :group 'feedmail-headers
681 :type '(choice (const nil) function) 681 :type '(choice (const t) (const nil) function)
682 ) 682 )
683 683
684 684