From: teranisi Date: Sun, 3 Apr 2005 06:22:55 +0000 (+0000) Subject: Synch up with main trunk. X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=3b257b42f64814f8303ae52f6c0db49c655db9fe;p=elisp%2Fwanderlust.git Synch up with main trunk. --- diff --git a/elmo/ChangeLog b/elmo/ChangeLog index dece70d..40e94e7 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.el (elmo-folder-synchronize): Ignore errors while updating 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 12660af..d418358 100644 --- a/elmo/elmo-shimbun.el +++ b/elmo/elmo-shimbun.el @@ -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)