* elmo-multi.el (elmo-folder-search): Don't ignore error anymore.
authorkaoru <kaoru>
Sun, 15 Jun 2003 15:35:21 +0000 (15:35 +0000)
committerkaoru <kaoru>
Sun, 15 Jun 2003 15:35:21 +0000 (15:35 +0000)
elmo/ChangeLog
elmo/elmo-multi.el

index a49752e..2f078d9 100644 (file)
@@ -1,5 +1,7 @@
 2003-06-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
 
+       * 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.
 
index a4d0da5..bf636c0 100644 (file)
                          (+
                           (* (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)))