* lisp/gnus/nnimap.el (nnimap-open-connection-1): Don't leave an "opening..."
authorStefan Monnier <monnier@iro.umontreal.ca>
Tue, 1 May 2012 18:37:21 +0000 (14:37 -0400)
committerStefan Monnier <monnier@iro.umontreal.ca>
Tue, 1 May 2012 18:37:21 +0000 (14:37 -0400)
message once it's actually open.

lisp/gnus/ChangeLog
lisp/gnus/nnimap.el

index cacd20c..4938336 100644 (file)
@@ -1,3 +1,8 @@
+2012-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * nnimap.el (nnimap-open-connection-1): Don't leave an "opening..."
+       message once it's actually open.
+
 2012-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
 
        * auth-source.el (auth-source--aput-1, auth-source--aput)
index f978b8c..114d83b 100644 (file)
@@ -475,6 +475,8 @@ textual parts.")
            (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")