Fix last change.
[elisp/wanderlust.git] / elmo / elmo-archive.el
index c903302..2428b51 100644 (file)
@@ -469,8 +469,6 @@ TYPE specifies the archiver's symbol."
       (error "No such file: %s" old-arc))
     (when (file-exists-p new-arc)
       (error "Already exists: %s" new-arc))
-    (unless (file-directory-p new-dir)
-      (elmo-make-directory new-dir))
     (rename-file old-arc new-arc)
     t))