* wl-util.el (wl-biff-check-folder-async-callback): Fixed unread number.
authorteranisi <teranisi>
Thu, 8 Nov 2001 05:03:59 +0000 (05:03 +0000)
committerteranisi <teranisi>
Thu, 8 Nov 2001 05:03:59 +0000 (05:03 +0000)
wl/ChangeLog
wl/wl-util.el

index fe649a9..b4f199f 100644 (file)
@@ -1,5 +1,8 @@
 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.
index 208a2ca..780ea75 100644 (file)
@@ -834,7 +834,7 @@ This function is imported from Emacs 20.7."
        (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)