* elmo.el (elmo-folder-encache): Abolish.
authoryoichi <yoichi>
Wed, 16 Feb 2005 14:45:02 +0000 (14:45 +0000)
committeryoichi <yoichi>
Wed, 16 Feb 2005 14:45:02 +0000 (14:45 +0000)
elmo/ChangeLog
elmo/elmo.el

index 52051c3..bd97e90 100644 (file)
@@ -1,3 +1,7 @@
+2005-02-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
+
+       * elmo.el (elmo-folder-encache): Abolish.
+
 2005-02-16  Yuuichi Teranishi  <teranisi@gohome.org>
 
        * elmo-dop.el (elmo-folder-delete-messages-dop): Delete 'Append' queue.
index b7be6fb..3b57f45 100644 (file)
@@ -599,12 +599,6 @@ CACHE-PATH is the cache path to be used as a message cache file."
   ((folder elmo-folder) &optional visible-only)
   t)
 
-(defun elmo-folder-encache (folder numbers &optional unread)
-  "Encache messages in the FOLDER with NUMBERS.
-If UNREAD is non-nil, messages are not flaged as read."
-  (dolist (number numbers)
-    (elmo-message-encache folder number unread)))
-
 (luna-define-generic elmo-message-encache (folder number &optional read)
   "Encache message in the FOLDER with NUMBER.
 If READ is non-nil, message is flaged as read.")