From: kaoru Date: Sun, 15 Jun 2003 15:35:21 +0000 (+0000) Subject: * elmo-multi.el (elmo-folder-search): Don't ignore error anymore. X-Git-Tag: wl-2_10_1pre~15 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=1117c5dc0454a19f1907ca03c381b337c06bdeb2;p=elisp%2Fwanderlust.git * elmo-multi.el (elmo-folder-search): Don't ignore error anymore. --- diff --git a/elmo/ChangeLog b/elmo/ChangeLog index a49752e..2f078d9 100644 --- a/elmo/ChangeLog +++ b/elmo/ChangeLog @@ -1,5 +1,7 @@ 2003-06-15 TAKAHASHI Kaoru + * elmo-multi.el (elmo-folder-search): Don't ignore error anymore. + * elmo-localdir.el (elmo-folder-pack-numbers): onum, a member of flist, is not always a member of onum-alist. diff --git a/elmo/elmo-multi.el b/elmo/elmo-multi.el index a4d0da5..bf636c0 100644 --- a/elmo/elmo-multi.el +++ b/elmo/elmo-multi.el @@ -540,9 +540,8 @@ (+ (* (elmo-multi-folder-divide-number-internal folder) cur-number) x))) - (ignore-errors - (elmo-folder-search - (car flds) condition)))))) + (elmo-folder-search + (car flds) condition))))) (when numlist (setq numlist-list (cdr numlist-list))) (setq flds (cdr flds)))