]> code.delx.au - gnu-emacs/commitdiff
lisp/gnus/nnimap.el (nnimap-request-group): nnimap group request bug fix
authorLars Ingebrigtsen <larsi@gnus.org>
Wed, 28 Jan 2015 06:59:06 +0000 (06:59 +0000)
committerKatsumi Yamaoka <yamaoka@jpl.org>
Wed, 28 Jan 2015 06:59:06 +0000 (06:59 +0000)
lisp/gnus/ChangeLog
lisp/gnus/nnimap.el

index 49d1444de695e0ff60cfc310d391a795abba368d..a200216424d11a4262398bce01e3b2d786e3ea76 100644 (file)
@@ -3,6 +3,11 @@
        * nnimap.el (nnimap-find-expired-articles): Fix handling of
        (expiry-wait . never).
 
+2015-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
+
+       * nnimap.el (nnimap-request-group): Clear the buffer before returning
+       the data.
+
 2015-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
 
        * nnir.el (nnir-imap-expr-to-imap): Check for literal+ capability in
index ba2013e2798733da3a7ac22483148d6d6e9ea835..e619c0f13c29dd16863ea70c291599fb0d6732f8 100644 (file)
@@ -812,6 +812,7 @@ textual parts.")
            (nnimap-finish-retrieve-group-infos server (list info) sequences
                                                t)
            (setq active (nth 2 (assoc group nnimap-current-infos)))))
+       (erase-buffer)
        (insert (format "211 %d %d %d %S\n"
                        (- (cdr active) (car active))
                        (car active)