* elmo-maildir.el (elmo-folder-msgdb-create): Don't sort by date.
authorteranisi <teranisi>
Sun, 3 Apr 2005 06:18:42 +0000 (06:18 +0000)
committerteranisi <teranisi>
Sun, 3 Apr 2005 06:18:42 +0000 (06:18 +0000)
* elmo-shimbun.el (elmo-folder-msgdb-create): Ditto.

elmo/ChangeLog
elmo/elmo-maildir.el
elmo/elmo-shimbun.el

index e92c514..6d494f7 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-maildir.el (elmo-maildir-list-location): Sort by last
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 c0fd6c5..da51154 100644 (file)
@@ -357,7 +357,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)