[gnus git] branch master updated: m0-7-2-g0fceb66 =1= gnus-sum.el (gnus-read-header): Prefix group when entering into registry.
Andrew Cohen <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via 0fceb665e268e9749e51e72f453b785b1a1ee596 (commit)
from 875b96cd67e17350cbd2bf1f1e2beb099ed2f3be (commit)
- Log -----------------------------------------------------------------
commit 0fceb665e268e9749e51e72f453b785b1a1ee596
Author: Andrew Cohen <[email protected]>
Date: Sat May 4 14:20:59 2013 -0400
gnus-sum.el (gnus-read-header): Prefix group when entering into registry.
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index e745774..2ce4cb6 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
+2013-05-04 Andrew Cohen <[email protected]>
+
+ * gnus-sum.el (gnus-read-header): Ensure groups are prefixed when
+ entering into the registry.
+
2013-05-01 Lars Magne Ingebrigtsen <[email protected]>
* gnus.el: Ma Gnus v0.7 is released.
diff --git a/lisp/gnus-sum.el b/lisp/gnus-sum.el
index 84d4b29..aaed1d1 100644
--- a/lisp/gnus-sum.el
+++ b/lisp/gnus-sum.el
@@ -12426,7 +12426,9 @@ If REVERSE, save parts that do not match TYPE."
(not (gnus-ephemeral-group-p (car where))))
(gnus-registry-handle-action
(mail-header-id header) nil
- (gnus-group-prefixed-name (car where) gnus-override-method)
+ (gnus-group-prefixed-name
+ (car where)
+ (or gnus-override-method (gnus-find-method-for-group group)))
(mail-header-subject header)
(mail-header-from header)))
(when (and (stringp id)
-----------------------------------------------------------------------
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 | 5 +++++
lisp/gnus-sum.el | 4 +++-
2 files changed, 8 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