Indent.
authorLars Magne Ingebrigtsen <larsi@quimbies.gnus.org>
Tue, 21 Jun 2011 20:08:50 +0000 (22:08 +0200)
committerLars Magne Ingebrigtsen <larsi@quimbies.gnus.org>
Tue, 21 Jun 2011 20:08:50 +0000 (22:08 +0200)
lisp/nnimap.el

index 1bbd76f..2cfc889 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