From cf82c36ef7569d4d89ad19b82e95521474e1e238 Mon Sep 17 00:00:00 2001 From: yamaoka Date: Tue, 2 Jul 2002 22:09:20 +0000 Subject: [PATCH] Synch with Oort Gnus. --- lisp/ChangeLog | 4 ++++ lisp/nnmail.el | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) 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"))) -- 1.7.10.4