aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Ingebrigtsen <[email protected]>2011-01-30 03:00:34 +0000
committerKatsumi Yamaoka <[email protected]>2011-01-30 03:00:34 +0000
commit7920f982949ff41796a9be16e8cce5e797e6caa9 (patch)
tree915e989db672316f2ae61d74c6f52c721a0bee2a
parentfe72c8fa4e93465e99aa7075fec90ac5b32915ab (diff)
nnmail.el (nnmail-article-group): A better test for fanciness.
-rw-r--r--lisp/gnus/ChangeLog1
-rw-r--r--lisp/gnus/nnmail.el3
2 files changed, 2 insertions, 2 deletions
diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog
index bfdda731d3..10cf1a02f0 100644
--- a/lisp/gnus/ChangeLog
+++ b/lisp/gnus/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/gnus/nnmail.el b/lisp/gnus/nnmail.el
index a41a5d7334..b2336e13b6 100644
--- a/lisp/gnus/nnmail.el
+++ b/lisp/gnus/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.