Gnus development mailing list
 help / color / mirror / Atom feed
* [COMMIT] fix nnmail-split-methods custom type
@ 2002-07-02 15:59 Didier Verna
  0 siblings, 0 replies; only message in thread
From: Didier Verna @ 2002-07-02 15:59 UTC (permalink / raw)


NOTE: This patch has been committed. The version below is
informational only (whitespace differences have been removed).

		Dear folks,

	the following patch fixes thennmail-split-methods custom type.


lisp/ChangeLog addition:

2002-07-02  Didier Verna  <didier@xemacs.org>

	* nnmail.el (nnmail-split-methods): fix custom type.


Gnus source patch:
Diff command:   runsocks cvs -q diff -u -t -b -B -w
Files affected: lisp/nnmail.el

Index: lisp/nnmail.el
===================================================================
RCS file: /usr/local/cvsroot/gnus/lisp/nnmail.el,v
retrieving revision 6.45
diff -u -u -t -b -B -w -r6.45 nnmail.el
--- lisp/nnmail.el	2002/06/27 14:59:00	6.45
+++ lisp/nnmail.el	2002/07/02 16:05:20
@@ -104,7 +104,8 @@
 
 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")))
 

-- 
Didier Verna, didier@lrde.epita.fr, http://www.lrde.epita.fr/~didier

EPITA / LRDE, 14-16 rue Voltaire   Tel.+33 (1) 53 14 59 47
94276 Le Kremlin-Bicêtre, France   Fax.+33 (1) 53 14 59 22   didier@xemacs.org



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2002-07-02 15:59 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-07-02 15:59 [COMMIT] fix nnmail-split-methods custom type Didier Verna

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).