From: teranisi Date: Sun, 12 Dec 2004 10:29:33 +0000 (+0000) Subject: (wl-biff-check-folder-async): Use wl-folder-entity-exists-p instead of X-Git-Tag: wl-2_12-root~3 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=da6e483768da7df7d2f75c3c0e3d02cc4f718fad;p=elisp%2Fwanderlust.git (wl-biff-check-folder-async): Use wl-folder-entity-exists-p instead of elmo-folder-exists-p. --- diff --git a/wl/ChangeLog b/wl/ChangeLog index e6ce7cb..acc2766 100644 --- a/wl/ChangeLog +++ b/wl/ChangeLog @@ -1,3 +1,8 @@ +2004-12-12 Yuuichi Teranishi + + * 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 * wl-message.el (wl-message-display-internal): Does not put diff --git a/wl/wl-util.el b/wl/wl-util.el index beafe6a..726042c 100644 --- a/wl/wl-util.el +++ b/wl/wl-util.el @@ -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)