aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@src.gnome.org>2004-08-13 05:01:36 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2004-08-13 05:01:36 +0800
commitf9394de34e96c96d7096e32694165e1cfa2526f9 (patch)
tree59416b42d947629788c0e3f247604a09240087de
parent12327eb65c14e56b58305051f3d8176ee3bf4516 (diff)
downloadgsoc2013-evolution-f9394de34e96c96d7096e32694165e1cfa2526f9.tar
gsoc2013-evolution-f9394de34e96c96d7096e32694165e1cfa2526f9.tar.gz
gsoc2013-evolution-f9394de34e96c96d7096e32694165e1cfa2526f9.tar.bz2
gsoc2013-evolution-f9394de34e96c96d7096e32694165e1cfa2526f9.tar.lz
gsoc2013-evolution-f9394de34e96c96d7096e32694165e1cfa2526f9.tar.xz
gsoc2013-evolution-f9394de34e96c96d7096e32694165e1cfa2526f9.tar.zst
gsoc2013-evolution-f9394de34e96c96d7096e32694165e1cfa2526f9.zip
added a comment
svn path=/trunk/; revision=26898
-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;