From: Lars Magne Ingebrigtsen Date: Thu, 23 Jun 2011 00:00:38 +0000 (+0000) Subject: nnimap.el (nnimap-open-connection-1): Fix indentation. X-Git-Tag: emacs-pretest-24.0.90~104^2~465 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b534ed407e625728e26d7f3101e500cf59e593c5;p=emacs.git nnimap.el (nnimap-open-connection-1): Fix indentation. --- 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