From b7efdcf6878b5315848d7215fd16ded64676315d Mon Sep 17 00:00:00 2001 From: teranisi Date: Thu, 7 Aug 2003 14:04:31 +0000 Subject: [PATCH] Fixed last change. --- elmo/elmo-msgdb.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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." -- 1.7.10.4