aboutsummaryrefslogtreecommitdiffstats
path: root/camel
diff options
context:
space:
mode:
Diffstat (limited to 'camel')
-rw-r--r--camel/camel-filter-search.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/camel/camel-filter-search.c b/camel/camel-filter-search.c
index e970aa41c1..a279b9dd96 100644
--- a/camel/camel-filter-search.c
+++ b/camel/camel-filter-search.c
@@ -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;