aboutsummaryrefslogtreecommitdiffstats
path: root/camel/tests/folder/test3.c
diff options
context:
space:
mode:
Diffstat (limited to 'camel/tests/folder/test3.c')
-rw-r--r--camel/tests/folder/test3.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/camel/tests/folder/test3.c b/camel/tests/folder/test3.c
index c29ef00a43..99369e5317 100644
--- a/camel/tests/folder/test3.c
+++ b/camel/tests/folder/test3.c
@@ -77,6 +77,8 @@ static struct {
int counts[3];
char *expr;
} searches[] = {
+ { { 1, 1, 0 }, "(header-matches \"subject\" \"Test1 message99 subject\")" },
+
{ { 100, 50, 0 }, "(header-contains \"subject\" \"subject\")" },
{ { 0, 0, 0 }, "(header-contains \"subject\" \"Subject\")" },