From: yoichi Date: Wed, 16 Feb 2005 14:45:02 +0000 (+0000) Subject: * elmo.el (elmo-folder-encache): Abolish. X-Git-Tag: wl-2_14-root~42 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=38588c3ac84e4c0e9dfe062982780add8f6f8f43;p=elisp%2Fwanderlust.git * elmo.el (elmo-folder-encache): Abolish. --- diff --git a/elmo/ChangeLog b/elmo/ChangeLog index 52051c3..bd97e90 100644 --- a/elmo/ChangeLog +++ b/elmo/ChangeLog @@ -1,3 +1,7 @@ +2005-02-16 Yoichi NAKAYAMA + + * elmo.el (elmo-folder-encache): Abolish. + 2005-02-16 Yuuichi Teranishi * elmo-dop.el (elmo-folder-delete-messages-dop): Delete 'Append' queue. diff --git a/elmo/elmo.el b/elmo/elmo.el index b7be6fb..3b57f45 100644 --- a/elmo/elmo.el +++ b/elmo/elmo.el @@ -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.")