2001-11-08 Yuuichi Teranishi <teranisi@gohome.org>
+ * wl-util.el (wl-biff-check-folder-async-callback): Fixed unread
+ number.
+
* wl-folder.el (wl-folder-check-one-entity): Use `new' value of diff.
* wl-util.el (wl-biff-check-folder-async-callback): Ditto.
(wl-folder-entity-hashtb-set wl-folder-entity-hashtb
(nth 0 data)
(list (nth 0 diff)
- (nth 1 diff)
+ (- (nth 1 diff) (nth 0 diff))
(nth 2 diff))
(current-buffer))))
(setq wl-folder-info-alist-modified t)