[gnus git] branch no-gnus updated: m0-1-63-g2451dac =1= IMAP command logging improvement
Lars Ingebrigtsen <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via 2451dac5939c4bc01d9d15adb57235a7668b0144 (commit)
from 6c2f3bd4c1ddbe8a81982cf5c8186af587ba6aad (commit)
- Log -----------------------------------------------------------------
commit 2451dac5939c4bc01d9d15adb57235a7668b0144
Author: Lars Ingebrigtsen <[email protected]>
Date: Mon Feb 20 08:19:03 2012 +0100
IMAP command logging improvement
* nnimap.el (nnimap-log-command): Add the IMAP address to the log
buffer. Suggested by Herbert Valerio Riedel.
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 6d59d5d..d631b8b 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
+2012-02-20 Lars Ingebrigtsen <[email protected]>
+
+ * nnimap.el (nnimap-log-command): Add the IMAP address to the log
+ buffer. Suggested by Herbert Valerio Riedel.
+
2012-02-19 Vida Gábor <[email protected]> (tiny change)
* gnus-demon.el (gnus-demon-init): Don't multiply time twice.
diff --git a/lisp/nnimap.el b/lisp/nnimap.el
index c6f0f7a..b02edf5 100644
--- a/lisp/nnimap.el
+++ b/lisp/nnimap.el
@@ -1706,7 +1706,8 @@ textual parts.")
(when nnimap-record-commands
(with-current-buffer (get-buffer-create "*imap log*")
(goto-char (point-max))
- (insert (format-time-string "%H:%M:%S") " "
+ (insert (format-time-string "%H:%M:%S")
+ " [" nnimap-address "] "
(if nnimap-inhibit-logging
"(inhibited)\n"
command))))
-----------------------------------------------------------------------
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, no-gnus has been updated
hooks/post-receive
--
Gnus Project