* elmo-maildir.el (elmo-maildir-delete-folder): Set argument of the
authorokada <okada>
Sat, 12 Aug 2000 08:32:41 +0000 (08:32 +0000)
committerokada <okada>
Sat, 12 Aug 2000 08:32:41 +0000 (08:32 +0000)
function `error'.

elmo/ChangeLog
elmo/elmo-maildir.el

index 57f3dd6..1fcf75f 100644 (file)
@@ -1,5 +1,10 @@
 2000-08-12  Kenichi OKADA <okada@opaopa.org>
 
+       * elmo-maildir.el (elmo-maildir-delete-folder): Set argument of the
+       function `error'.
+
+2000-08-12  Kenichi OKADA <okada@opaopa.org>
+
        * elmo-pop3.el (elmo-pop3-get-connection): Add `signal'.
 
 2000-08-08  Yuuichi Teranishi  <teranisi@gohome.org>
index b88044c..750d322 100644 (file)
@@ -414,11 +414,11 @@ file name for maildir directories."
            (lambda (dir)
              (setq dir (expand-file-name dir basedir))
              (if (not (file-directory-p dir))
-                 (error)
+                 (error nil)
                (elmo-delete-directory dir t))))
           '("new" "cur" "tmp" "."))
          t)
-      (error))))
+      (error nil))))
 
 (defun elmo-maildir-search (spec condition &optional from-msgs msgdb)
   (save-excursion