[gnus git] branch master updated: m0-5-3-g18f6803 =2= auth.texi (Help for users): Fix typos ; nnimap.el (nnimap-open-connection-1): Don't leave an "opening..." message once it\s actually open
Katsumi Yamaoka <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via 18f6803a6350f2726ff65126835c888b623659b8 (commit)
via 109a9562ad9b4db8b8a6345fa946d34a03587e84 (commit)
from a62ccf7b4274da48100fb950901e42d6662d942b (commit)
- Log -----------------------------------------------------------------
commit 18f6803a6350f2726ff65126835c888b623659b8
Author: Katsumi Yamaoka <[email protected]>
Date: Tue May 1 22:58:09 2012 +0000
auth.texi (Help for users): Fix typos
diff --git a/texi/auth.texi b/texi/auth.texi
index 0405c55..29d2634 100644
--- a/texi/auth.texi
+++ b/texi/auth.texi
@@ -181,14 +181,14 @@ Here's a mixed example using two sources:
If you don't customize @code{auth-sources}, you'll have to live with
the defaults: the unencrypted netrc file @file{~/.authinfo} will be
-used for any host and any post.
+used for any host and any port.
If that fails, any host and any port are looked up in the netrc file
@file{~/.authinfo.gpg}, which is a GnuPG encrypted file (@pxref{GnuPG
and EasyPG Assistant Configuration}).
Finally, the unencrypted netrc file @file{~/.netrc} will be used for
-any host and any post.
+any host and any port.
The typical netrc line example is without a port.
commit 109a9562ad9b4db8b8a6345fa946d34a03587e84
Author: Stefan Monnier <[email protected]>
Date: Tue May 1 22:57:23 2012 +0000
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 71b5577..2f2679d 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
+2012-05-01 Stefan Monnier <[email protected]>
+
+ * nnimap.el (nnimap-open-connection-1): Don't leave an "opening..."
+ message once it's actually open.
+
2012-05-01 Lars Magne Ingebrigtsen <[email protected]>
* gnus.el: Ma Gnus v0.5 is released.
diff --git a/lisp/nnimap.el b/lisp/nnimap.el
index 11ebe71..5bdf226 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")
-----------------------------------------------------------------------
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we listed those
revisions in full, above.
Summary of changes:
lisp/ChangeLog | 5 +++++
lisp/nnimap.el | 2 ++
texi/auth.texi | 4 ++--
3 files changed, 9 insertions(+), 2 deletions(-)
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Gnus Project".
The branch, master has been updated
hooks/post-receive
--
Gnus Project