From 5c1b483ea329e6f23a9525c4d1a6dce61e72e6b6 Mon Sep 17 00:00:00 2001 From: teranisi Date: Sun, 3 Apr 2005 06:18:42 +0000 Subject: [PATCH] * elmo-maildir.el (elmo-folder-msgdb-create): Don't sort by date. * elmo-shimbun.el (elmo-folder-msgdb-create): Ditto. --- elmo/ChangeLog | 6 ++++++ elmo/elmo-maildir.el | 2 +- elmo/elmo-shimbun.el | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) 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) -- 1.7.10.4