nnimap.el (nnimap-open-connection-1): Fix indentation.
This commit is contained in:
parent
50718fc219
commit
b534ed407e
2 changed files with 10 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue