From b534ed407e625728e26d7f3101e500cf59e593c5 Mon Sep 17 00:00:00 2001 From: Lars Magne Ingebrigtsen Date: Thu, 23 Jun 2011 00:00:38 +0000 Subject: [PATCH] nnimap.el (nnimap-open-connection-1): Fix indentation. --- lisp/gnus/ChangeLog | 7 +++++++ lisp/gnus/nnimap.el | 6 +++--- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog index 5a6ad584438..f0b8c205c9e 100644 --- a/lisp/gnus/ChangeLog +++ b/lisp/gnus/ChangeLog @@ -1,3 +1,10 @@ +2011-06-22 Lars Magne Ingebrigtsen + + * 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 * auth-source.el (auth-source-netrc-create): Don't print all tokens in diff --git a/lisp/gnus/nnimap.el b/lisp/gnus/nnimap.el index 1bbd76f345e..2cfc88987f6 100644 --- a/lisp/gnus/nnimap.el +++ b/lisp/gnus/nnimap.el @@ -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 -- 2.39.2