From 6e975630f95d66685db27e54e4fb2cc269b634f8 Mon Sep 17 00:00:00 2001 From: okada Date: Sat, 19 Jan 2002 09:09:07 +0000 Subject: [PATCH] * elmo-utils.el (elmo-read-search-condition-internal): REQUIRE-MATCH is t on `completing-read'. --- elmo/ChangeLog | 5 +++++ elmo/elmo-util.el | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) 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) -- 1.7.10.4