(elmo-folder-delete-messages): Define.
authorhmurata <hmurata>
Tue, 24 Jan 2006 00:03:24 +0000 (00:03 +0000)
committerhmurata <hmurata>
Tue, 24 Jan 2006 00:03:24 +0000 (00:03 +0000)
elmo/ChangeLog
elmo/elmo-search.el

index 51e161c..8359dd9 100644 (file)
@@ -1,3 +1,7 @@
+2006-01-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
+
+       * elmo-search.el (elmo-folder-delete-messages): Define.
+
 2006-01-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
 
        * elmo-vars.el (elmo-mailing-list-name-spec-list): Fixed
index 9b138cc..b350dc0 100644 (file)
@@ -211,6 +211,11 @@ Returns non-nil if fetching was succeed.")
                    (concat "^" (regexp-quote
                                 (elmo-folder-prefix-internal folder))))))
 
+(luna-define-method elmo-folder-delete-messages ((folder elmo-search-folder)
+                                                numbers)
+  (elmo-folder-kill-messages folder numbers)
+  t)
+
 
 ;;; Search engine