* wl-summary.el (wl-summary-mark-as-important): Refetch if cache is
authorteranisi <teranisi>
Tue, 5 Mar 2002 04:12:04 +0000 (04:12 +0000)
committerteranisi <teranisi>
Tue, 5 Mar 2002 04:12:04 +0000 (04:12 +0000)
not entire.

wl/ChangeLog
wl/wl-summary.el

index c65e242..693f774 100644 (file)
@@ -1,3 +1,8 @@
+2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * wl-summary.el (wl-summary-mark-as-important): Refetch if cache is
+       not entire.
+
 2002-03-04  Yuuichi Teranishi  <teranisi@gohome.org>
 
        * wl-summary.el (wl-summary-mode-map): Bind wl-summary-save-status
index e849552..6211213 100644 (file)
@@ -4193,7 +4193,7 @@ If ARG, exit virtual folder."
                    (elmo-msgdb-mark-set mark-alist
                                         number
                                         wl-summary-important-mark))
-             (if (elmo-file-cache-exists-p message-id)
+             (if (eq (elmo-file-cache-exists-p message-id) 'entire)
                  (elmo-folder-mark-as-read folder (list number))
                ;; Force cache message.
                (elmo-message-encache folder number 'read))