* wl-folder.el (wl-folder-check-one-entity): Fixed car of return
authorkaoru <kaoru>
Mon, 10 Dec 2001 07:20:57 +0000 (07:20 +0000)
committerkaoru <kaoru>
Mon, 10 Dec 2001 07:20:57 +0000 (07:20 +0000)
value.

wl/wl-folder.el

index bea3893..5743244 100644 (file)
@@ -840,8 +840,8 @@ Optional argument ARG is repeart count."
     (setq wl-folder-info-alist-modified t)
     (sit-for 0)
     (list (if wl-folder-notify-deleted
-             (or new (car nums))
-           (max 0 (or new (car nums))))
+             (or new (car nums) 0)
+           (max 0 (or new (car nums) 0)))
          unread
          (cdr nums))))