Gnus development mailing list
 help / color / mirror / Atom feed
From: Didier Verna <didier@lrde.epita.fr>
Subject: [COMMIT] fix nnmail-split-methods custom type
Date: Tue, 02 Jul 2002 17:59:47 +0200	[thread overview]
Message-ID: <mux8z4u6ryk.fsf@uzeb.lrde.epita.fr> (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



                 reply	other threads:[~2002-07-02 15:59 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=mux8z4u6ryk.fsf@uzeb.lrde.epita.fr \
    --to=didier@lrde.epita.fr \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).