(elmo-map-message-fetch): Fixed last change.
authorhmurata <hmurata>
Fri, 14 Jan 2005 11:08:37 +0000 (11:08 +0000)
committerhmurata <hmurata>
Fri, 14 Jan 2005 11:08:37 +0000 (11:08 +0000)
elmo/ChangeLog
elmo/elmo-maildir.el

index a8d3c4c..5c5d092 100644 (file)
@@ -1,3 +1,7 @@
+2005-01-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
+
+       * elmo-maildir.el (elmo-map-message-fetch): Fixed last change.
+
 2005-01-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
 
        * elmo-shimbun.el (elmo-folder-plugged-p): Treat "@" as
index b127b50..4fb0dd0 100644 (file)
@@ -498,7 +498,7 @@ file name for maildir directories."
     (when (file-exists-p file)
       (insert-file-contents-as-binary file)
       (unless unseen
-       (elmo-map-folder-set-flag folder location 'read))
+       (elmo-map-folder-set-flag folder (list location) 'read))
       t)))
 
 (luna-define-method elmo-folder-exists-p ((folder elmo-maildir-folder))