* wl-util.el (wl-biff-check-folder-async): Set `wl-biff-check-folders-running'
authorteranisi <teranisi>
Wed, 27 Sep 2000 01:53:48 +0000 (01:53 +0000)
committerteranisi <teranisi>
Wed, 27 Sep 2000 01:53:48 +0000 (01:53 +0000)
 even when it is not an IMAP folder.

wl/ChangeLog
wl/wl-util.el

index 8e3ca41..e899839 100644 (file)
@@ -1,3 +1,8 @@
+2000-09-27  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * wl-util.el (wl-biff-check-folder-async): Set
+       `wl-biff-check-folders-running' even when it is not an IMAP folder.
+
 2000-09-26  Katsumi Yamaoka    <yamaoka@jpl.org>
 
        NOTE: This change should be fixed in the future.
index b87f5e4..65ff486 100644 (file)
@@ -1039,6 +1039,7 @@ This function is imported from Emacs 20.7."
                      notify-minibuf))
          (elmo-folder-diff-async folder))
       (wl-biff-notify (car (wl-folder-check-one-entity folder))
-                     notify-minibuf))))
+                     notify-minibuf)
+      (setq wl-biff-check-folders-running nil))))
 
 ;;; wl-util.el ends here