Synch up with main trunk.
authorteranisi <teranisi>
Sun, 3 Apr 2005 06:22:55 +0000 (06:22 +0000)
committerteranisi <teranisi>
Sun, 3 Apr 2005 06:22:55 +0000 (06:22 +0000)
elmo/ChangeLog
elmo/elmo-maildir.el
elmo/elmo-shimbun.el

index dece70d..40e94e7 100644 (file)
@@ -1,3 +1,9 @@
+2005-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * elmo-maildir.el (elmo-folder-msgdb-create): Don't sort by date.
+
+       * elmo-shimbun.el (elmo-folder-msgdb-create): Ditto.
+
 2005-04-01  Yuuichi Teranishi  <teranisi@gohome.org>
 
        * elmo.el (elmo-folder-synchronize): Ignore errors while updating
index cbbdb12..5031d61 100644 (file)
@@ -247,7 +247,7 @@ LOCATION."
           'elmo-maildir-msgdb-create "Creating msgdb..."
           (/ (* i 100) len)))))
     (message "Creating msgdb...done")
-    (elmo-msgdb-sort-by-date new-msgdb)))
+    new-msgdb))
 
 (defun elmo-maildir-cleanup-temporal (dir)
   ;; Delete files in the tmp dir which are not accessed
index 12660af..d418358 100644 (file)
@@ -368,7 +368,7 @@ If it is the symbol `all', update overview for all shimbun folders."
         percent))
       (setq numlist (cdr numlist)))
     (message "Creating msgdb...done")
-    (elmo-msgdb-sort-by-date new-msgdb)))
+    new-msgdb))
 
 (luna-define-method elmo-folder-message-file-p ((folder elmo-shimbun-folder))
   nil)