+2004-12-12 Yuuichi Teranishi <teranisi@gohome.org>
+
+ * wl-util.el (wl-biff-check-folder-async): Use
+ wl-folder-entity-exists-p instead of elmo-folder-exists-p.
+
2004-12-12 Hiroya Murata <lapis-lazuli@pop06.odn.ne.jp>
* wl-message.el (wl-message-display-internal): Does not put
(defun wl-biff-check-folder-async (folder notify-minibuf)
(if (and (elmo-folder-plugged-p folder)
- (elmo-folder-exists-p folder))
+ (wl-folder-entity-exists-p (elmo-folder-name-internal folder)))
(progn
(elmo-folder-set-biff-internal folder t)
(if (and (eq (elmo-folder-type-internal folder) 'imap4)