[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] /srv/bzr/emacs/trunk r108081: * lisp/gnus/nnimap.el (nnima
From: |
Stefan Monnier |
Subject: |
[Emacs-diffs] /srv/bzr/emacs/trunk r108081: * lisp/gnus/nnimap.el (nnimap-open-connection-1): Don't leave an "opening..." |
Date: |
Tue, 01 May 2012 14:37:21 -0400 |
User-agent: |
Bazaar (2.3.1) |
------------------------------------------------------------
revno: 108081
committer: Stefan Monnier <address@hidden>
branch nick: trunk
timestamp: Tue 2012-05-01 14:37:21 -0400
message:
* lisp/gnus/nnimap.el (nnimap-open-connection-1): Don't leave an "opening..."
message once it's actually open.
modified:
lisp/gnus/ChangeLog
lisp/gnus/nnimap.el
=== modified file 'lisp/gnus/ChangeLog'
--- a/lisp/gnus/ChangeLog 2012-04-28 21:59:08 +0000
+++ b/lisp/gnus/ChangeLog 2012-05-01 18:37:21 +0000
@@ -1,3 +1,8 @@
+2012-05-01 Stefan Monnier <address@hidden>
+
+ * nnimap.el (nnimap-open-connection-1): Don't leave an "opening..."
+ message once it's actually open.
+
2012-04-28 Stefan Monnier <address@hidden>
* auth-source.el (auth-source--aput-1, auth-source--aput)
=== modified file 'lisp/gnus/nnimap.el'
--- a/lisp/gnus/nnimap.el 2012-02-20 11:17:07 +0000
+++ b/lisp/gnus/nnimap.el 2012-05-01 18:37:21 +0000
@@ -475,6 +475,8 @@
(when nnimap-object
(when (nnimap-capability "QRESYNC")
(nnimap-command "ENABLE QRESYNC"))
+ (nnheader-message 7 "Opening connection to %s...done"
+ nnimap-address)
(nnimap-process nnimap-object))))))))
(autoload 'rfc2104-hash "rfc2104")
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] /srv/bzr/emacs/trunk r108081: * lisp/gnus/nnimap.el (nnimap-open-connection-1): Don't leave an "opening...",
Stefan Monnier <=