From: yamaoka Date: Tue, 2 Jul 2002 22:09:20 +0000 (+0000) Subject: Synch with Oort Gnus. X-Git-Tag: t-gnus-6_15_8-00-quimby~33 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=cf82c36ef7569d4d89ad19b82e95521474e1e238;p=elisp%2Fgnus.git- Synch with Oort Gnus. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index ccb1105..ab38920 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2002-07-02 Didier Verna + + * nnmail.el (nnmail-split-methods): fix custom type. + 2002-07-02 Kai Gro,b_(Bjohann * gnus-art.el (article-unsplit-urls): Keep URL buttonized after diff --git a/lisp/nnmail.el b/lisp/nnmail.el index 6c1a06a..e325b6a 100644 --- a/lisp/nnmail.el +++ b/lisp/nnmail.el @@ -103,7 +103,8 @@ The last element should always have \"\" as the regexp. This variable can also have a function as its value." :group 'nnmail-split - :type '(choice (repeat :tag "Alist" (group (string :tag "Name") regexp)) + :type '(choice (repeat :tag "Alist" (group (string :tag "Name") + (choice regexp function))) (function-item nnmail-split-fancy) (function :tag "Other")))