* elmo-shimbun.el (elmo-folder-local-p): Defined.
authorhmurata <hmurata>
Wed, 17 Apr 2002 12:26:08 +0000 (12:26 +0000)
committerhmurata <hmurata>
Wed, 17 Apr 2002 12:26:08 +0000 (12:26 +0000)
elmo/ChangeLog
elmo/elmo-shimbun.el

index 28db700..f4efd65 100644 (file)
@@ -1,3 +1,7 @@
+2002-04-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
+
+       * elmo-shimbun.el (elmo-folder-local-p): Defined.
+
 2002-04-15  Yuuichi Teranishi  <teranisi@gohome.org>
 
        * elmo-shimbun.el (elmo-shimbun-entity-to-header): Decode by
index e1a24f6..d47230b 100644 (file)
@@ -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)