From: teranisi Date: Sun, 3 Apr 2005 06:18:42 +0000 (+0000) Subject: * elmo-maildir.el (elmo-folder-msgdb-create): Don't sort by date. X-Git-Tag: wl-2_15_3~96 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=5c1b483ea329e6f23a9525c4d1a6dce61e72e6b6;p=elisp%2Fwanderlust.git * elmo-maildir.el (elmo-folder-msgdb-create): Don't sort by date. * elmo-shimbun.el (elmo-folder-msgdb-create): Ditto. --- diff --git a/elmo/ChangeLog b/elmo/ChangeLog index e92c514..6d494f7 100644 --- a/elmo/ChangeLog +++ b/elmo/ChangeLog @@ -1,3 +1,9 @@ +2005-04-03 Yuuichi Teranishi + + * 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 * elmo-maildir.el (elmo-maildir-list-location): Sort by last diff --git a/elmo/elmo-maildir.el b/elmo/elmo-maildir.el index cbbdb12..5031d61 100644 --- a/elmo/elmo-maildir.el +++ b/elmo/elmo-maildir.el @@ -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 diff --git a/elmo/elmo-shimbun.el b/elmo/elmo-shimbun.el index c0fd6c5..da51154 100644 --- a/elmo/elmo-shimbun.el +++ b/elmo/elmo-shimbun.el @@ -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)