[gnus git] branch master updated: n0-17-495-gcfc3088 =1= Include the imap server name in the message for greater debuggability.

Lars Ingebrigtsen <[email protected]>
Newsgroups gmane.emacs.gnus.cvs
Message-ID <[email protected]>
       via  cfc30889cae978ef0626d7fd965eb28847188ad8 (commit)
      from  175c92550076e4eb8620289f7700c37149f69c3f (commit)


- Log -----------------------------------------------------------------
commit cfc30889cae978ef0626d7fd965eb28847188ad8
Author: Lars Ingebrigtsen <[email protected]>
Date:   Mon Jan 30 22:28:17 2012 +0100

    Include the imap server name in the message for greater debuggability.

diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 026bb5e..9482eb3 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
+2012-01-30  Lars Ingebrigtsen  <[email protected]>
+
+	* nnimap.el (nnimap-wait-for-response): Include the imap server name in
+	the message for greater debuggability.
+
 2012-01-28  Lars Ingebrigtsen  <[email protected]>
 
 	* mm-view.el (mm-display-inline-fontify): Bind `font-lock-support-mode'
diff --git a/lisp/nnimap.el b/lisp/nnimap.el
index afa4bdf..36245af 100644
--- a/lisp/nnimap.el
+++ b/lisp/nnimap.el
@@ -1738,7 +1738,8 @@ textual parts.")
 			(not (looking-at (format "%d .*\n" sequence)))))
 	    (when messagep
 	      (nnheader-message-maybe
-	       7 "nnimap read %dk" (/ (buffer-size) 1000)))
+	       7 "nnimap read %dk from %s" (/ (buffer-size) 1000)
+	       nnimap-address))
 	    (nnheader-accept-process-output process)
 	    (goto-char (point-max)))
           openp)

-----------------------------------------------------------------------
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 |    3 ++-
 2 files changed, 7 insertions(+), 1 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
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.