From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/45491 Path: main.gmane.org!not-for-mail From: Didier Verna Newsgroups: gmane.emacs.gnus.general Subject: [COMMIT] fix nnmail-split-methods custom type Date: Tue, 02 Jul 2002 17:59:47 +0200 Sender: owner-ding@hpc.uh.edu Message-ID: NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: main.gmane.org 1025625796 10508 127.0.0.1 (2 Jul 2002 16:03:16 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 2 Jul 2002 16:03:16 +0000 (UTC) Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 17PQ7Y-0002jM-00 for ; Tue, 02 Jul 2002 18:03:16 +0200 Original-Received: from sina.hpc.uh.edu ([129.7.128.10] ident=lists) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 17PQ7H-0007ph-00; Tue, 02 Jul 2002 11:02:59 -0500 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Tue, 02 Jul 2002 11:03:20 -0500 (CDT) Original-Received: from sclp3.sclp.com (qmailr@sclp3.sclp.com [209.196.61.66]) by sina.hpc.uh.edu (8.9.3/8.9.3) with SMTP id LAA07055 for ; Tue, 2 Jul 2002 11:03:04 -0500 (CDT) Original-Received: (qmail 23085 invoked by alias); 2 Jul 2002 16:02:39 -0000 Original-Received: (qmail 23080 invoked from network); 2 Jul 2002 16:02:38 -0000 Original-Received: from hermes.epita.fr (163.5.255.10) by gnus.org with SMTP; 2 Jul 2002 16:02:38 -0000 Original-Received: from goa.lrde.epita.fr (mail@goa.lrde.epita.fr [10.223.13.2]) by hermes.epita.fr id g62G2Ze09814 for EPITA Paris France Tue, 2 Jul 2002 18:02:36 +0200 (MEST) Original-Received: from uzeb.lrde.epita.fr ([10.223.13.53] ident=mail) by goa.lrde.epita.fr with esmtp (Exim 3.35 #1 (Debian)) id 17PQ7Q-0000xS-00 for ; Tue, 02 Jul 2002 18:03:08 +0200 Original-Received: from didier by uzeb.lrde.epita.fr with local (Exim 3.35 #1 (Debian)) id 17PQ4B-0005h5-00 for ; Tue, 02 Jul 2002 17:59:47 +0200 Original-To: Gnus Beta Testers X-Attribution: drv X-Url: http://www.lrde.epita.fr/~didier X-Web: http://www.lrde.epita.fr/~didier X-Home-Page: http://www.lrde.epita.fr/~didier X-Face: h="IDbimnKsB<~JFsR@U0iZJzkJk1q?0X,7%_UppU0>TT)-t|)x,G#y9_@FbS2To4;Sq.?S z~:m'LEYUn96x+2fXK8q$DF,SBbnz()~y>=gAFe?D3y6RKCK*qdR(Fe@X`V[[q5vF[cPJGQd' Mail-Copies-To: never Original-Lines: 42 User-Agent: Gnus/5.090007 (Oort Gnus v0.07) XEmacs/21.5 (beets, i686-pc-linux) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:45491 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:45491 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 * 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 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D 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 @@ =20 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"))) =20 --=20 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=EAtre, France Fax.+33 (1) 53 14 59 22 didier@xemac= s.org