Return the group/article number, so that Gnus `^' works as expected.
authorLars Magne Ingebrigtsen <larsi@quimbies.gnus.org>
Sun, 19 Sep 2010 17:42:00 +0000 (19:42 +0200)
committerLars Magne Ingebrigtsen <larsi@quimbies.gnus.org>
Sun, 19 Sep 2010 17:42:00 +0000 (19:42 +0200)
lisp/ChangeLog
lisp/nnimap.el

index c694baa..9f98123 100644 (file)
@@ -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.
index dbc16a2..e3c9d90 100644 (file)
@@ -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))