[gnus git] branch master updated: n0-17-214-gb6db12b =1= * nnir.el (nnir-search-thread): Position point on referring article line.
Andrew Cohen <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via b6db12b0d4359f3472512d3384c47c4c025c8183 (commit)
from 47b0e667b5a259a6f0190a9d77c77447d6c4e5c7 (commit)
- Log -----------------------------------------------------------------
commit b6db12b0d4359f3472512d3384c47c4c025c8183
Author: Andrew Cohen <[email protected]>
Date: Tue Aug 2 14:09:31 2011 -0400
* nnir.el (nnir-search-thread): Position point on referring article line.
* nnimap.el (nnimap-request-thread): Whitespace fix.
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index ab99dbc..67f6b47 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,10 @@
+2011-08-02 Andrew Cohen <[email protected]>
+
+ * nnir.el (nnir-search-thread): Position point on referring article
+ line.
+
+ * nnimap.el (nnimap-request-thread): Whitespace fix.
+
2011-08-02 Steve Purcell <[email protected]> (tiny change)
* nnimap.el (nnimap-get-groups): Decode "&" correctly.
diff --git a/lisp/nnir.el b/lisp/nnir.el
index e6420a4..5f0a2c6 100644
--- a/lisp/nnir.el
+++ b/lisp/nnir.el
@@ -1659,7 +1659,8 @@ server is of form 'backend:name'."
(cons 'server (gnus-method-to-server
(gnus-find-method-for-group
gnus-newsgroup-name))))))
- (gnus-group-make-nnir-group nil parm)))
+ (gnus-group-make-nnir-group nil parm)
+ (gnus-summary-goto-subject (gnus-id-to-article (mail-header-id header)))))
;; unused?
(defun nnir-artlist-groups (artlist)
-----------------------------------------------------------------------
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 | 7 +++++++
lisp/nnimap.el | 2 +-
lisp/nnir.el | 3 ++-
3 files changed, 10 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