* lisp/gnus/nnimap.el (nnimap-open-connection-1): Don't leave an "opening..."

message once it's actually open.
This commit is contained in:
Stefan Monnier 2012-05-01 14:37:21 -04:00
parent b593d6a999
commit c8f8221fd1
2 changed files with 7 additions and 0 deletions

View 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)

View 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")