nnimap.el (nnimap-open-connection-1): Fix indentation.

This commit is contained in:
Lars Magne Ingebrigtsen 2011-06-23 00:00:38 +00:00 committed by Katsumi Yamaoka
parent 50718fc219
commit b534ed407e
2 changed files with 10 additions and 3 deletions

View file

@ -1,3 +1,10 @@
2011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
* auth-source.el (auth-source-netrc-create): Don't query the bits that
we already know.
(auth-source-forget-all-cached): Clear auth-source-netrc-cache, too.
(auth-source-netrc-create): Don't prompt for the stuff we already know.
2011-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
* auth-source.el (auth-source-netrc-create): Don't print all tokens in

View file

@ -420,9 +420,9 @@ textual parts.")
(nnimap-login (car credentials) (cadr credentials))))
(if (car login-result)
(progn
;; Save the credentials if a save function exists
;; (such a function will only be passed if a new
;; token was created).
;; Save the credentials if a save function exists
;; (such a function will only be passed if a new
;; token was created).
(when (functionp (nth 2 credentials))
(funcall (nth 2 credentials)))
;; See if CAPABILITY is set as part of login