* elmo.el (elmo-folder-rename-internal): New method to cause error.
authoryoichi <yoichi>
Sun, 16 Feb 2003 12:28:22 +0000 (12:28 +0000)
committeryoichi <yoichi>
Sun, 16 Feb 2003 12:28:22 +0000 (12:28 +0000)
elmo/ChangeLog
elmo/elmo.el

index dd9db82..d1b1695 100644 (file)
@@ -1,5 +1,7 @@
 2003-02-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
 
+       * elmo.el (elmo-folder-rename-internal): New method to cause error.
+
        * elmo-localdir.el (elmo-folder-pack-numbers): onum, a member of
        flist, is not always a member of onum-alist.
 
index d17aeca..e2f691a 100644 (file)
@@ -711,6 +711,11 @@ Return a cons cell of (NUMBER-CROSSPOSTS . NEW-MARK-ALIST).")
     (elmo-folder-send folder 'elmo-folder-rename-internal new-folder)
     (elmo-msgdb-rename-path folder new-folder)))
 
+(luna-define-method elmo-folder-rename-internal ((folder elmo-folder)
+                                                new-folder)
+  (error "Cannot rename %s folder"
+        (symbol-name (elmo-folder-type-internal folder))))
+
 (defsubst elmo-folder-search-fast (folder condition numbers)
   (when (and numbers
             (vectorp condition)