diff options
-rw-r--r-- | camel/tests/folder/test3.c | 2 | ||||
-rw-r--r-- | camel/tests/folder/test9.c | 1 |
2 files changed, 3 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\")" }, diff --git a/camel/tests/folder/test9.c b/camel/tests/folder/test9.c index 46d398d6ab..3b757815b0 100644 --- a/camel/tests/folder/test9.c +++ b/camel/tests/folder/test9.c @@ -49,6 +49,7 @@ struct { { "stop", "(body-contains \"data2\")", "(stop)" }, { "notreached1", "(body-contains \"data2\")", "(move-to \"folder2\")" }, { "count1", "(body-contains \"data3\")", "(move-to \"folder2\")" }, + { "ustrcasecmp", "(header-matches \"Subject\" \"Test0 message100 subject\")", "(copy-to \"folder2\")" }, }; /* broken match rules */ |