From: teranisi Date: Thu, 7 Aug 2003 14:04:31 +0000 (+0000) Subject: Fixed last change. X-Git-Tag: wl-2_11_6~1 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=b7efdcf6878b5315848d7215fd16ded64676315d;p=elisp%2Fwanderlust.git Fixed last change. --- diff --git a/elmo/elmo-msgdb.el b/elmo/elmo-msgdb.el index 2fab9a8..20ed99f 100644 --- a/elmo/elmo-msgdb.el +++ b/elmo/elmo-msgdb.el @@ -186,9 +186,9 @@ If MSGDB-OR-PATH is a msgdb structure, use it as a msgdb. If argument is a string, use it as a path to load message entities." (mapcar 'elmo-msgdb-overview-entity-get-number - (if (stringp msgdb) - (elmo-msgdb-overview-load msgdb) - (elmo-msgdb-get-overview msgdb)))) + (if (stringp msgdb-or-path) + (elmo-msgdb-overview-load msgdb-or-path) + (elmo-msgdb-get-overview msgdb-or-path)))) (defsubst elmo-msgdb-get-mark (msgdb number) "Get mark string from MSGDB which corresponds to the message with NUMBER."