(elmo-msgdb-load): Remove elmo-msgdb-overview-hashtb.
authormurata <murata>
Sat, 20 May 2000 15:27:34 +0000 (15:27 +0000)
committermurata <murata>
Sat, 20 May 2000 15:27:34 +0000 (15:27 +0000)
elmo/elmo2.el

index fb8a118..279c1ec 100644 (file)
@@ -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))