]> git.eshelyaron.com Git - emacs.git/commitdiff
nnimap.el (nnimap-open-connection-1): Fix indentation.
authorLars Magne Ingebrigtsen <larsi@gnus.org>
Thu, 23 Jun 2011 00:00:38 +0000 (00:00 +0000)
committerKatsumi Yamaoka <yamaoka@jpl.org>
Thu, 23 Jun 2011 00:00:38 +0000 (00:00 +0000)
lisp/gnus/ChangeLog
lisp/gnus/nnimap.el

index 5a6ad58443807aba429d82ac80645f36bae350de..f0b8c205c9e2778302cd411ee0cf734404896caf 100644 (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
index 1bbd76f345ee68e882342f2c6faaf5d1b8849e8d..2cfc88987f6152b65adaf7462d379895c0a63614 100644 (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