From 38588c3ac84e4c0e9dfe062982780add8f6f8f43 Mon Sep 17 00:00:00 2001 From: yoichi Date: Wed, 16 Feb 2005 14:45:02 +0000 Subject: [PATCH] * elmo.el (elmo-folder-encache): Abolish. --- elmo/ChangeLog | 4 ++++ elmo/elmo.el | 6 ------ 2 files changed, 4 insertions(+), 6 deletions(-) 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.") -- 1.7.10.4