From: okada Date: Tue, 27 Mar 2001 05:53:14 +0000 (+0000) Subject: * elmo-imap4.el (elmo-imap4-list-folders): Fixed problem when X-Git-Tag: wl-2_6-root~43 X-Git-Url: http://git.chise.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=820f71dc14424c36f62930c466cf09e845261cfe;p=elisp%2Fwanderlust.git * elmo-imap4.el (elmo-imap4-list-folders): Fixed problem when hierarchy is t. --- diff --git a/elmo/ChangeLog b/elmo/ChangeLog index 7dd167d..51fefb8 100644 --- a/elmo/ChangeLog +++ b/elmo/ChangeLog @@ -1,3 +1,8 @@ +2001-03-27 Kenichi OKADA + + * elmo-imap4.el (elmo-imap4-list-folders): Fixed problem when + hierarchy is t. + 2001-03-07 TAKAHASHI Kaoru * elmo-version.el (elmo-appname): Fixed typo. diff --git a/elmo/elmo-imap4.el b/elmo/elmo-imap4.el index f601cd3..122e362 100644 --- a/elmo/elmo-imap4.el +++ b/elmo/elmo-imap4.el @@ -568,7 +568,7 @@ BUFFER must be a single-byte buffer." (mapcar '(lambda (fld) (unless (string-match - (concat "^" (regexp-quote folder)) + (concat "^" (regexp-quote folder) delim) fld) fld)) result))))