[gnus git] branch master updated: n0-17-219-g43cdbaa =1= * gnus-sum.el (gnus-summary-refer-article): Warp to article.
Andrew Cohen <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via 43cdbaa607cf52cfaf0cd70209c1409544cf5617 (commit)
from 6228873427f43999e43add5255e7faf88fb8364e (commit)
- Log -----------------------------------------------------------------
commit 43cdbaa607cf52cfaf0cd70209c1409544cf5617
Author: Andrew Cohen <[email protected]>
Date: Fri Aug 5 08:38:23 2011 -0400
* gnus-sum.el (gnus-summary-refer-article): Warp to article.
This allows article-referral to work from an nnir group.
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 68d83da..76d3ade 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
+2011-08-05 Andrew Cohen <[email protected]>
+
+ * gnus-sum.el (gnus-summary-refer-article): Warp to article. This
+ allows article-referral to work from an nnir group.
+
2011-08-04 Andrew Cohen <[email protected]>
* gnus.el (registry-ignore): Add nnir groups to the ignore-list.
diff --git a/lisp/gnus-sum.el b/lisp/gnus-sum.el
index a8cf5e7..dda9cb3 100644
--- a/lisp/gnus-sum.el
+++ b/lisp/gnus-sum.el
@@ -9037,6 +9037,7 @@ non-numeric or nil fetch the number specified by the
(defun gnus-summary-refer-article (message-id)
"Fetch an article specified by MESSAGE-ID."
(interactive "sMessage-ID: ")
+ (gnus-warp-to-article)
(when (and (stringp message-id)
(not (zerop (length message-id))))
(setq message-id (gnus-replace-in-string message-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 | 1 +
2 files changed, 6 insertions(+), 0 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