[gnus git] branch master updated: n0-13-26-g67b4185
Lars Ingebrigtsen <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via 67b4185817cc1a4760f0754b3de9b16c83a7b66e (commit)
from 2d88030a94a6eb1f69d2672dc759c2bce32ebc7e (commit)
- Log -----------------------------------------------------------------
commit 67b4185817cc1a4760f0754b3de9b16c83a7b66e
Author: Lars Ingebrigtsen <[email protected]>
Date: Wed Feb 23 00:31:08 2011 -0800
(nnmail-article-group): Allow a final "" split to work on nnimap.
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 1d0cb7d..f65f5b1 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,8 @@
2011-02-23 Lars Ingebrigtsen <[email protected]>
+ * nnmail.el (nnmail-article-group): Allow a final "" split to work on
+ nnimap.
+
* gnus-sum.el (gnus-user-date-format-alist): Renamed back again from
-summary- since it's a user-visible variable.
diff --git a/lisp/nnmail.el b/lisp/nnmail.el
index b2336e1..8906a03 100644
--- a/lisp/nnmail.el
+++ b/lisp/nnmail.el
@@ -1215,7 +1215,8 @@ FUNC will be called with the group name to determine the article number."
;; This is the final group, which is used as a
;; catch-all.
(when (and (not group-art)
- (not nnmail-inhibit-default-split-group))
+ (or (equal "" (nth 1 method))
+ (not nnmail-inhibit-default-split-group)))
(setq group-art
(list (cons (car method)
(funcall func (car method))))))))
-----------------------------------------------------------------------
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 | 3 +++
lisp/nnmail.el | 3 ++-
2 files changed, 5 insertions(+), 1 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