From bcc972320e77316a5b3afb5d1127d8ce0391a3be Mon Sep 17 00:00:00 2001 From: okada Date: Sun, 20 Jan 2002 17:25:11 +0000 Subject: [PATCH] * elmo-utils.el (elmo-read-search-condition-internal): REQUIRE-MATCH is nil on `completing-read'. --- elmo/ChangeLog | 5 +++++ elmo/elmo-util.el | 3 +-- 2 files changed, 6 insertions(+), 2 deletions(-) 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) -- 1.7.10.4