From: kaoru Date: Mon, 19 Jan 2004 19:38:16 +0000 (+0000) Subject: Fix last change. X-Git-Tag: wl-2_11_24~27 X-Git-Url: http://git.chise.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4bc2d73a95287b7c6c8c0b35c328cb829927128d;p=elisp%2Fwanderlust.git Fix last change. --- diff --git a/elmo/elmo-cache.el b/elmo/elmo-cache.el index 592bc62..31fb023 100644 --- a/elmo/elmo-cache.el +++ b/elmo/elmo-cache.el @@ -75,7 +75,7 @@ "cache/" (file-name-nondirectory f)))) (directory-files (elmo-cache-folder-directory-internal folder) - t "^[0-9A-F][0-9A-F]$")))) + t "^[01][0-9A-F]$")))) (luna-define-method elmo-folder-message-file-p ((folder elmo-cache-folder)) t)