* wl-folder.el (wl-folder-complete-filter-condition): Remove !
authoryoichi <yoichi>
Mon, 19 Jun 2006 13:50:17 +0000 (13:50 +0000)
committeryoichi <yoichi>
Mon, 19 Jun 2006 13:50:17 +0000 (13:50 +0000)
from regexp.

wl/ChangeLog
wl/wl-folder.el

index 6aa1ffd..de3ee0e 100644 (file)
@@ -1,5 +1,8 @@
 2006-06-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
 
+       * wl-folder.el (wl-folder-complete-filter-condition): Remove !
+       from regexp.
+
        * wl-util.el (wl-search-condition-fields): Remove "AND","OR".
        (wl-read-search-condition-internal): Append them.
 
index b4d3fc8..a2f90f6 100644 (file)
@@ -3028,7 +3028,7 @@ Call `wl-summary-write-current-folder' with current folder name."
 
 (defun wl-folder-complete-filter-condition (string predicate flag)
   (cond
-   ((string-match "^\\(.*|\\|.*&\\|.*!\\|.*(\\)\\([^:]*\\)$" string)
+   ((string-match "^\\(.*|\\|.*&\\|.*(\\)\\([^:]*\\)$" string)
     (let* ((str1 (match-string 1 string))
           (str2 (match-string 2 string))
           (str2-comp