+2000-12-15 Yuuichi Teranishi <teranisi@gohome.org>
+
+ * wl-summary.el (wl-summary-mark-as-important):
+ Remove cache if folder is local.
+
2000-12-06 Taro Kawagishi <taro.kawagishi@nokia.com>
* wl-summary.el (wl-summary-edit-addresses-subr): Call `try-completion'
(unless no-server-update
(elmo-unmark-important folder (list number) msgdb)
(elmo-msgdb-global-mark-delete message-id))
+ ;; Remove cache if local it is folder.
+ (if (elmo-folder-local-p folder)
+ (elmo-cache-delete message-id folder number))
(when visible
(delete-region (match-beginning 2) (match-end 2))
(insert " "))