From: murata Date: Sat, 20 May 2000 15:27:34 +0000 (+0000) Subject: (elmo-msgdb-load): Remove elmo-msgdb-overview-hashtb. X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=42f7baec2565f1bda1e759bb409ce43ad2b2e47b;p=elisp%2Fwanderlust.git (elmo-msgdb-load): Remove elmo-msgdb-overview-hashtb. --- diff --git a/elmo/elmo2.el b/elmo/elmo2.el index fb8a118..279c1ec 100644 --- a/elmo/elmo2.el +++ b/elmo/elmo2.el @@ -462,12 +462,13 @@ without cacheing." (defun elmo-msgdb-load (folder &optional spec) (message "Loading msgdb for %s..." folder) (let* ((path (elmo-msgdb-expand-path folder spec)) + (overview (elmo-msgdb-overview-load path)) (ret-val - (list (elmo-msgdb-overview-load path) + (list overview (elmo-msgdb-number-load path) (elmo-msgdb-mark-load path) (elmo-msgdb-location-load path) - elmo-msgdb-overview-hashtb + (elmo-msgdb-make-overview-hashtb overview) ))) (message "Loading msgdb for %s...done." folder) (elmo-folder-set-info-max-by-numdb folder (nth 1 ret-val))