`wl-summary-count-unread'.
2002-09-16 Yuuichi Teranishi <teranisi@gohome.org>
+ * wl-folder.el (wl-folder-check-one-entity): Follow the API change on
+ `wl-summary-count-unread'.
+
* wl-summary.el (wl-summary-sync-marks): Treat global-mark here.
* wl-version.el (wl-version): Set codename for `elmo-mark' branch.
all (and all (max 0 all))))
(setq unread (or (and unread (- unread (or new 0)))
(elmo-folder-get-info-unread folder)
- (cdr (wl-summary-count-unread))))
+ (nth 1 (wl-summary-count-unread))))
(wl-folder-entity-hashtb-set wl-folder-entity-hashtb entity
(list new unread all)
(get-buffer wl-folder-buffer-name)))