emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r104682: nnimap.el (nnimap-open-conne


From: Katsumi Yamaoka
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r104682: nnimap.el (nnimap-open-connection-1): Fix indentation.
Date: Thu, 23 Jun 2011 00:00:38 +0000
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 104682
author: Lars Magne Ingebrigtsen <address@hidden>
committer: Katsumi Yamaoka <address@hidden>
branch nick: trunk
timestamp: Thu 2011-06-23 00:00:38 +0000
message:
  nnimap.el (nnimap-open-connection-1): Fix indentation.
modified:
  lisp/gnus/ChangeLog
  lisp/gnus/nnimap.el
=== modified file 'lisp/gnus/ChangeLog'
--- a/lisp/gnus/ChangeLog       2011-06-21 22:13:24 +0000
+++ b/lisp/gnus/ChangeLog       2011-06-23 00:00:38 +0000
@@ -1,3 +1,10 @@
+2011-06-22  Lars Magne Ingebrigtsen  <address@hidden>
+
+       * 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  <address@hidden>
 
        * auth-source.el (auth-source-netrc-create): Don't print all tokens in

=== modified file 'lisp/gnus/nnimap.el'
--- a/lisp/gnus/nnimap.el       2011-06-21 22:13:24 +0000
+++ b/lisp/gnus/nnimap.el       2011-06-23 00:00:38 +0000
@@ -420,9 +420,9 @@
                        (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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]