* elmo-imap4.el (elmo-imap4-folder-list-range): Fix indent (only cosmetic fix).
authorkaoru <kaoru>
Tue, 31 Aug 2010 08:42:42 +0000 (08:42 +0000)
committerkaoru <kaoru>
Tue, 31 Aug 2010 08:42:42 +0000 (08:42 +0000)
elmo/ChangeLog
elmo/elmo-imap4.el

index 931d682..337790b 100644 (file)
@@ -1,3 +1,8 @@
+2010-08-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
+
+       * elmo-imap4.el (elmo-imap4-folder-list-range): Fix indent (only
+       cosmetic fix).
+
 2010-08-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
 
        * elmo-util.el (elmo-delete-char): Fix `elmo-set-work-buf' indent.
index 9e15e29..baf4aa7 100644 (file)
@@ -1990,16 +1990,14 @@ Return nil if no complete line has arrived."
   (elmo-imap4-list
    folder
    (concat
-    (let ((killed
-          (elmo-folder-killed-list-internal
-           folder)))
+    (let ((killed (elmo-folder-killed-list-internal folder)))
       (if (and killed
-              (eq (length killed) 1)
-              (consp (car killed))
-              (eq (car (car killed)) 1))
-;; What about elmo-imap4-use-uid?
-         (format "uid %d:%s" (cdr (car killed)) max)
-       (format "uid %s:%s" min max)))
+              (eq (length killed) 1)
+              (consp (car killed))
+              (eq (car (car killed)) 1))
+         ;; What about elmo-imap4-use-uid?
+         (format "uid %d:%s" (cdr (car killed)) max)
+       (format "uid %s:%s" min max)))
     " undeleted")))
 
 (luna-define-method elmo-folder-list-messages-plugged