added a comment
authorJeffrey Stedfast <fejj@src.gnome.org>
Thu, 12 Aug 2004 21:01:36 +0000 (21:01 +0000)
committerJeffrey Stedfast <fejj@src.gnome.org>
Thu, 12 Aug 2004 21:01:36 +0000 (21:01 +0000)
camel/camel-filter-search.c

index e970aa4..a279b9d 100644 (file)
@@ -667,6 +667,7 @@ camel_filter_search_match (CamelSession *session,
        e_sexp_input_text (sexp, expression, strlen (expression));
        if (e_sexp_parse (sexp) == -1) {
                if (!camel_exception_is_set (ex))
+                       /* A filter search is a search through your filters, ie. your filters is the corpus being searched thru. */
                        camel_exception_setv (ex, 1, _("Error executing filter search: %s: %s"),
                                              e_sexp_error (sexp), expression);
                goto error;