is non-nil.
* wl-util.el (wl-biff-check-folder-async): Fix close parenthesis.
2000-11-13 Yuuichi Teranishi <teranisi@gohome.org>
+ * wl.el (wl-toggle-plugged): Don't call `wl-biff-start' if
+ queue-flush-only is non-nil.
+
+ * wl-util.el (wl-biff-check-folder-async): Fix close parenthesis.
+
* wl-summary.el (wl-summary-refile-subr): Use folder realname while
checking cache folder.
(let ((elmo-network-session-name-prefix "BIFF-"))
(elmo-folder-diff-async folder)))
(wl-biff-notify (car (wl-biff-check-folder folder))
- notify-minibuf))
- (setq wl-biff-check-folders-running nil))))
+ notify-minibuf)
+ (setq wl-biff-check-folders-running nil)))))
;;; wl-util.el ends here
(progn
;; flush queue!!
(elmo-dop-queue-flush)
- (wl-biff-start)
+ (unless queue-flush-only (wl-biff-start))
(if (and wl-draft-enable-queuing
wl-auto-flush-queue)
(wl-draft-queue-flush))