[gnus git] branch master updated: m0-11-128-gc2b1791 =1= nnimap group request bug fix

Lars <[email protected]> Wed, 28 Jan 2015 06:12:46 +0100
Newsgroups gmane.emacs.gnus.cvs
Message-ID <[email protected]>
       via  c2b17919646859aef0e1d329e052dadbbf042eca (commit)
      from  2c5b608b32bc1236a906eb71517d161b48ff4747 (commit)


- Log -----------------------------------------------------------------
commit c2b17919646859aef0e1d329e052dadbbf042eca
Author: Lars Magne Ingebrigtsen <[email protected]>
Date:   Wed Jan 28 16:11:54 2015 +1100

    nnimap group request bug fix
    
    * lisp/nnimap.el (nnimap-request-group): Clear the buffer before returning
    the data.

diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 706b172..52177b7 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
+2015-01-28  Lars Ingebrigtsen  <[email protected]>
+
+	* nnimap.el (nnimap-request-group): Clear the buffer before returning
+	the data.
+
 2015-01-27  Katsumi Yamaoka  <[email protected]>
 
 	* gnus-compat.el (string-bytes): Work for XEmacs.
diff --git a/lisp/nnimap.el b/lisp/nnimap.el
index 8e81abc..205f92c 100644
--- a/lisp/nnimap.el
+++ b/lisp/nnimap.el
@@ -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)

-----------------------------------------------------------------------
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 |    5 +++++
 lisp/nnimap.el |    1 +
 2 files changed, 6 insertions(+)

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