* elmo-utils.el (elmo-read-search-condition-internal): REQUIRE-MATCH
authorokada <okada>
Sat, 19 Jan 2002 09:09:07 +0000 (09:09 +0000)
committerokada <okada>
Sat, 19 Jan 2002 09:09:07 +0000 (09:09 +0000)
is t on `completing-read'.

elmo/ChangeLog
elmo/elmo-util.el

index 377d1fe..2322e4b 100644 (file)
@@ -1,3 +1,8 @@
+2002-01-19  Kenichi OKADA  <okada@opaopa.org>
+
+       * elmo-utils.el (elmo-read-search-condition-internal): REQUIRE-MATCH
+       is t on `completing-read'.
+
 2002-01-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
 
        * elmo-filter.el (elmo-filter-folder-list-unreads-internal): Call
index 835bf4b..aced58d 100644 (file)
@@ -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)