From 1117c5dc0454a19f1907ca03c381b337c06bdeb2 Mon Sep 17 00:00:00 2001 From: kaoru Date: Sun, 15 Jun 2003 15:35:21 +0000 Subject: [PATCH] * elmo-multi.el (elmo-folder-search): Don't ignore error anymore. --- elmo/ChangeLog | 2 ++ elmo/elmo-multi.el | 5 ++--- 2 files changed, 4 insertions(+), 3 deletions(-) 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))) -- 1.7.10.4