[gnus git] branch master updated: m0-5-47-gacf9ce2 =1= nnir: fix nnimap usage
Julien Danjou <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via acf9ce2007f01039409b2b77c184d99a44b6b9c0 (commit)
from ca6a7cad961ef39b97fad1d06007246df5dbe47a (commit)
- Log -----------------------------------------------------------------
commit acf9ce2007f01039409b2b77c184d99a44b6b9c0
Author: Julien Danjou <[email protected]>
Date: Tue Jun 19 17:59:13 2012 +0200
nnir: fix nnimap usage
Signed-off-by: Julien Danjou <[email protected]>
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 323ac09..45bbcc7 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,7 @@
2012-06-19 Julien Danjou <[email protected]>
+ * nnir.el (nnir-run-imap): Fix, use `nnimap-change-group'.
+
* nnimap.el (nnimap-log-buffer): Check that
`window-point-insertion-type' is boundp, since it's not available in
XEmacs.
diff --git a/lisp/nnir.el b/lisp/nnir.el
index d1ca021..3126d58 100644
--- a/lisp/nnir.el
+++ b/lisp/nnir.el
@@ -288,7 +288,7 @@ is `(valuefunc member)'."
(eval-when-compile
(autoload 'nnimap-buffer "nnimap")
(autoload 'nnimap-command "nnimap")
- (autoload 'nnimap-possibly-change-group "nnimap")
+ (autoload 'nnimap-change-group "nnimap")
(autoload 'nnimap-make-thread-query "nnimap")
(autoload 'gnus-registry-action "gnus-registry"))
@@ -854,7 +854,7 @@ details on the language and supported extensions."
(lambda (group)
(let (artlist)
(condition-case ()
- (when (nnimap-possibly-change-group
+ (when (nnimap-change-group
(gnus-group-short-name group) server)
(with-current-buffer (nnimap-buffer)
(message "Searching %s..." group)
-----------------------------------------------------------------------
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 | 2 ++
lisp/nnir.el | 4 ++--
2 files changed, 4 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