From: okada Date: Sun, 20 Jan 2002 17:25:11 +0000 (+0000) Subject: * elmo-utils.el (elmo-read-search-condition-internal): REQUIRE-MATCH X-Git-Tag: wl-2_9_6~30 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=bcc972320e77316a5b3afb5d1127d8ce0391a3be;p=elisp%2Fwanderlust.git * elmo-utils.el (elmo-read-search-condition-internal): REQUIRE-MATCH is nil on `completing-read'. --- diff --git a/elmo/ChangeLog b/elmo/ChangeLog index 7c55cbf..1cf7587 100644 --- a/elmo/ChangeLog +++ b/elmo/ChangeLog @@ -1,3 +1,8 @@ +2002-01-21 Kenichi OKADA + + * elmo-utils.el (elmo-read-search-condition-internal): REQUIRE-MATCH + is nil on `completing-read'. + 2002-01-20 Yuuichi Teranishi * elmo-imap4.el (elmo-imap4-extra-namespace-alist): Added grouping diff --git a/elmo/elmo-util.el b/elmo/elmo-util.el index 18dc81d..e27f310 100644 --- a/elmo/elmo-util.el +++ b/elmo/elmo-util.el @@ -155,8 +155,7 @@ File content is encoded with MIME-CHARSET." "Since" "Before" "ToCc" "!From" "!Subject" "!To" "!Cc" "!Body" "!Since" "!Before" "!ToCc") - elmo-msgdb-extra-fields)) - nil t)) + elmo-msgdb-extra-fields)))) value) (setq field (if (string= field "") (setq field default)