From: Stefan Monnier Date: Tue, 1 May 2012 22:57:23 +0000 (+0000) Subject: nnimap.el (nnimap-open-connection-1): Don't leave an "opening..." message once it... X-Git-Url: http://cgit.sxemacs.org/?p=gnus;a=commitdiff_plain;h=109a9562ad9b4db8b8a6345fa946d34a03587e84 nnimap.el (nnimap-open-connection-1): Don't leave an "opening..." message once it\s actually open --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 71b557798..2f2679d9b 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2012-05-01 Stefan Monnier + + * nnimap.el (nnimap-open-connection-1): Don't leave an "opening..." + message once it's actually open. + 2012-05-01 Lars Magne Ingebrigtsen * gnus.el: Ma Gnus v0.5 is released. diff --git a/lisp/nnimap.el b/lisp/nnimap.el index 11ebe711d..5bdf2264c 100644 --- a/lisp/nnimap.el +++ b/lisp/nnimap.el @@ -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")