+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
(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))