From: yamaoka Date: Wed, 20 Aug 2003 03:31:27 +0000 (+0000) Subject: Synch to Gnus 200308200257. X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=2b8d1b0a7951d387e071dddfa8bfbcbef613232e;p=elisp%2Fgnus.git- Synch to Gnus 200308200257. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 0fea0ee..da59320 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,10 @@ 2003-08-20 Jesper Harder + * gnus-sieve.el (gnus-sieve-crosspost): Fix type. + + * message.el (message-make-forward-subject-function): Add + message-forward-subject-name-subject to choices. + * gnus-art.el (gnus-article-edit-done, gnus-article-edit-exit): Redisplay article after editing. diff --git a/lisp/gnus-sieve.el b/lisp/gnus-sieve.el index b11ade5..824e66c 100644 --- a/lisp/gnus-sieve.el +++ b/lisp/gnus-sieve.el @@ -66,7 +66,7 @@ For example: \"nnimap:mailbox\"" (defcustom gnus-sieve-crosspost t "Whether the generated Sieve script should do crossposting." - :type 'bool + :type 'boolean :group 'gnus-sieve) (defcustom gnus-sieve-update-shell-command "echo put %f | sieveshell %s" diff --git a/lisp/message.el b/lisp/message.el index 60462f3..f19f5fc 100644 --- a/lisp/message.el +++ b/lisp/message.el @@ -583,6 +583,7 @@ The provided functions are: :group 'message-forwarding :type '(radio (function-item message-forward-subject-author-subject) (function-item message-forward-subject-fwd) + (function-item message-forward-subject-name-subject) (repeat :tag "List of functions" function))) (defcustom message-forward-as-mime t