(elmo-message-fetch-string): Fixed argument.
authorteranisi <teranisi>
Thu, 13 Jan 2005 08:13:43 +0000 (08:13 +0000)
committerteranisi <teranisi>
Thu, 13 Jan 2005 08:13:43 +0000 (08:13 +0000)
elmo/ChangeLog
elmo/elmo.el

index 86921da..e89dd9c 100644 (file)
@@ -2,6 +2,7 @@
 
        * elmo.el (elmo-message-fetch): Unset unread flag on server when
        message is cached.
+       (elmo-message-fetch-string): Fixed argument.
 
 2005-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
 
index e42e94a..8ea8651 100644 (file)
@@ -1408,7 +1408,7 @@ If Optional LOCAL is non-nil, don't update server flag."
                                         unread
                                         section)
   (with-temp-buffer
-    (when (elmo-message-fetch folder number strategy section unread)
+    (when (elmo-message-fetch folder number strategy unread section)
       (buffer-string))))
 
 (luna-define-method elmo-message-fetch ((folder elmo-folder)