From: okada Date: Sat, 19 Jan 2002 09:09:07 +0000 (+0000) Subject: * elmo-utils.el (elmo-read-search-condition-internal): REQUIRE-MATCH X-Git-Tag: wl-2_9_6~45 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=6e975630f95d66685db27e54e4fb2cc269b634f8;p=elisp%2Fwanderlust.git * elmo-utils.el (elmo-read-search-condition-internal): REQUIRE-MATCH is t on `completing-read'. --- diff --git a/elmo/ChangeLog b/elmo/ChangeLog index 377d1fe..2322e4b 100644 --- a/elmo/ChangeLog +++ b/elmo/ChangeLog @@ -1,3 +1,8 @@ +2002-01-19 Kenichi OKADA + + * elmo-utils.el (elmo-read-search-condition-internal): REQUIRE-MATCH + is t on `completing-read'. + 2002-01-19 Hiroya Murata * elmo-filter.el (elmo-filter-folder-list-unreads-internal): Call diff --git a/elmo/elmo-util.el b/elmo/elmo-util.el index 835bf4b..aced58d 100644 --- a/elmo/elmo-util.el +++ b/elmo/elmo-util.el @@ -155,7 +155,8 @@ File content is encoded with MIME-CHARSET." "Since" "Before" "ToCc" "!From" "!Subject" "!To" "!Cc" "!Body" "!Since" "!Before" "!ToCc") - elmo-msgdb-extra-fields)))) + elmo-msgdb-extra-fields)) + nil t)) value) (setq field (if (string= field "") (setq field default)