aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Magne Ingebrigtsen2011-06-23 00:00:38 +0000
committerKatsumi Yamaoka2011-06-23 00:00:38 +0000
commitb534ed407e625728e26d7f3101e500cf59e593c5 (patch)
tree0505506611115d857eaedf44ab69e8ff53131875
parent50718fc219ea1759e1315efbd693c03a4ea019c7 (diff)
downloademacs-b534ed407e625728e26d7f3101e500cf59e593c5.tar.gz
emacs-b534ed407e625728e26d7f3101e500cf59e593c5.zip
nnimap.el (nnimap-open-connection-1): Fix indentation.
-rw-r--r--lisp/gnus/ChangeLog7
-rw-r--r--lisp/gnus/nnimap.el6
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 @@
12011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
2
3 * auth-source.el (auth-source-netrc-create): Don't query the bits that
4 we already know.
5 (auth-source-forget-all-cached): Clear auth-source-netrc-cache, too.
6 (auth-source-netrc-create): Don't prompt for the stuff we already know.
7
12011-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org> 82011-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
2 9
3 * auth-source.el (auth-source-netrc-create): Don't print all tokens in 10 * 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.")
420 (nnimap-login (car credentials) (cadr credentials)))) 420 (nnimap-login (car credentials) (cadr credentials))))
421 (if (car login-result) 421 (if (car login-result)
422 (progn 422 (progn
423 ;; Save the credentials if a save function exists 423 ;; Save the credentials if a save function exists
424 ;; (such a function will only be passed if a new 424 ;; (such a function will only be passed if a new
425 ;; token was created). 425 ;; token was created).
426 (when (functionp (nth 2 credentials)) 426 (when (functionp (nth 2 credentials))
427 (funcall (nth 2 credentials))) 427 (funcall (nth 2 credentials)))
428 ;; See if CAPABILITY is set as part of login 428 ;; See if CAPABILITY is set as part of login