From: Lars Magne Ingebrigtsen Date: Sun, 19 Sep 2010 17:42:00 +0000 (+0200) Subject: Return the group/article number, so that Gnus `^' works as expected. X-Git-Url: http://cgit.sxemacs.org/?p=gnus;a=commitdiff_plain;h=fe6fc4cac9d358928dbb8739e9be1dfc7cfe911f Return the group/article number, so that Gnus `^' works as expected. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index c694baa2d..9f98123df 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -4,6 +4,8 @@ (nnimap-fetch-partial-articles): New variable. (nnimap-open-connection): When looking for credentials, also use the nnimap-server-port. + (nnimap-request-article): Return the group/article number, so that Gnus + `^' works as expected. * gnus.el (gnus-similar-server-opened): Refactor a bit and add comments. diff --git a/lisp/nnimap.el b/lisp/nnimap.el index dbc16a2f3..e3c9d903c 100644 --- a/lisp/nnimap.el +++ b/lisp/nnimap.el @@ -358,7 +358,7 @@ textual parts.") (goto-char (+ (point) bytes)) (delete-region (point) (point-max)) (nnheader-ms-strip-cr)) - t))))))) + (cons group article)))))))) (defun nnimap-find-wanted-parts (structure) (let ((nnimap-level 1))