From: hmurata Date: Wed, 17 Apr 2002 12:26:08 +0000 (+0000) Subject: * elmo-shimbun.el (elmo-folder-local-p): Defined. X-Git-Tag: elmo-mark-root~202 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=198256de9ef909630efb1500022cfd0b89136abf;p=elisp%2Fwanderlust.git * elmo-shimbun.el (elmo-folder-local-p): Defined. --- diff --git a/elmo/ChangeLog b/elmo/ChangeLog index 28db700..f4efd65 100644 --- a/elmo/ChangeLog +++ b/elmo/ChangeLog @@ -1,3 +1,7 @@ +2002-04-17 Hiroya Murata + + * elmo-shimbun.el (elmo-folder-local-p): Defined. + 2002-04-15 Yuuichi Teranishi * elmo-shimbun.el (elmo-shimbun-entity-to-header): Decode by diff --git a/elmo/elmo-shimbun.el b/elmo/elmo-shimbun.el index e1a24f6..d47230b 100644 --- a/elmo/elmo-shimbun.el +++ b/elmo/elmo-shimbun.el @@ -254,6 +254,9 @@ update overview when message is fetched." (luna-define-method elmo-folder-reserve-status-p ((folder elmo-shimbun-folder)) t) +(luna-define-method elmo-folder-local-p ((folder elmo-shimbun-folder)) + nil) + (luna-define-method elmo-message-use-cache-p ((folder elmo-shimbun-folder) number) elmo-shimbun-use-cache)