* elmo-utils.el (elmo-read-search-condition-internal): REQUIRE-MATCH
authorokada <okada>
Sun, 20 Jan 2002 17:25:11 +0000 (17:25 +0000)
committerokada <okada>
Sun, 20 Jan 2002 17:25:11 +0000 (17:25 +0000)
is nil on `completing-read'.

elmo/ChangeLog
elmo/elmo-util.el

index 7c55cbf..1cf7587 100644 (file)
@@ -1,3 +1,8 @@
+2002-01-21  Kenichi OKADA  <okada@opaopa.org>
+
+       * elmo-utils.el (elmo-read-search-condition-internal): REQUIRE-MATCH
+       is nil on `completing-read'.
+
 2002-01-20  Yuuichi Teranishi  <teranisi@gohome.org>
 
        * elmo-imap4.el (elmo-imap4-extra-namespace-alist): Added grouping
index 18dc81d..e27f310 100644 (file)
@@ -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)