[gnus git] branch master updated: =1= (nnmail-article-group): A better test for fanciness.
Lars Magne Ingebrigtsen <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via 5e5df239e889cf9eca1a7f8cbdb0b61159dc7a93 (commit)
from b3663509ac689da87915bf60903ec45ad39bc4b5 (commit)
- Log -----------------------------------------------------------------
commit 5e5df239e889cf9eca1a7f8cbdb0b61159dc7a93
Author: Lars Magne Ingebrigtsen <[email protected]>
Date: Sat Jan 29 18:56:21 2011 -0800
(nnmail-article-group): A better test for fanciness.
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 3c37dc9..1dfa6c5 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -2,6 +2,7 @@
* nnmail.el (nnmail-article-group): Check for a direct fancy split
method.
+ (nnmail-article-group): A better test for fanciness.
* nnimap.el (nnimap-request-head): Protect against not finding the
article by Message-ID.
diff --git a/lisp/nnmail.el b/lisp/nnmail.el
index a41a5d7..b2336e1 100644
--- a/lisp/nnmail.el
+++ b/lisp/nnmail.el
@@ -1148,8 +1148,7 @@ FUNC will be called with the group name to determine the article number."
(setq nnmail-split-trace nil))
(if (or (and (symbolp nnmail-split-methods)
(fboundp nnmail-split-methods))
- (memq (car-safe nnmail-split-methods)
- '(| &))
+ (not (consp (car-safe nnmail-split-methods)))
(and (listp nnmail-split-methods)
;; Not a regular split method, so it has to be a
;; fancy one.
-----------------------------------------------------------------------
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we listed those
revisions in full, above.
Summary of changes:
lisp/ChangeLog | 1 +
lisp/nnmail.el | 3 +--
2 files changed, 2 insertions(+), 2 deletions(-)
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Gnus Project".
The branch, master has been updated
hooks/post-receive
--
Gnus Project