* src/advsearch.c
Init is_fast too
+2012-11-16 [colin] 3.9.0cvs9
+
+ * src/advsearch.c
+ Init is_fast too
+
2012-11-16 [colin] 3.9.0cvs8
* src/advsearch.c
( cvs diff -u -r 1.395.2.457 -r 1.395.2.458 src/summaryview.c; ) > 3.9.0cvs6.patchset
( cvs diff -u -r 1.58.2.51 -r 1.58.2.52 po/de.po; ) > 3.9.0cvs7.patchset
( cvs diff -u -r 1.1.2.7 -r 1.1.2.8 src/advsearch.c; ) > 3.9.0cvs8.patchset
+( cvs diff -u -r 1.1.2.8 -r 1.1.2.9 src/advsearch.c; ) > 3.9.0cvs9.patchset
MICRO_VERSION=0
INTERFACE_AGE=0
BINARY_AGE=0
-EXTRA_VERSION=8
+EXTRA_VERSION=9
EXTRA_RELEASE=
EXTRA_GTK2_VERSION=
if (search->predicate == NULL) {
search->predicate = g_new0(MatcherList, 1);
search->predicate->bool_and = FALSE;
+ search->is_fast = TRUE;
}
matcher = matcherprop_new(match_header, NULL, MATCHTYPE_MATCHCASE,