nnimap.el (nnimap-open-connection-1): Don't leave an "opening..." message once it...
[gnus] / lisp / nnimap.el
index 11ebe71..5bdf226 100644 (file)
@@ -476,6 +476,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")