(wl-biff-check-folder-async): Use wl-folder-entity-exists-p instead of
authorteranisi <teranisi>
Sun, 12 Dec 2004 10:29:33 +0000 (10:29 +0000)
committerteranisi <teranisi>
Sun, 12 Dec 2004 10:29:33 +0000 (10:29 +0000)
elmo-folder-exists-p.

wl/ChangeLog
wl/wl-util.el

index e6ce7cb..acc2766 100644 (file)
@@ -1,3 +1,8 @@
+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
index beafe6a..726042c 100644 (file)
@@ -912,7 +912,7 @@ This function is imported from Emacs 20.7."
 
 (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)