diff options
Diffstat (limited to 'camel/tests')
-rw-r--r-- | camel/tests/folder/test3.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/camel/tests/folder/test3.c b/camel/tests/folder/test3.c index e231c4911a..c29ef00a43 100644 --- a/camel/tests/folder/test3.c +++ b/camel/tests/folder/test3.c @@ -78,7 +78,7 @@ static struct { char *expr; } searches[] = { { { 100, 50, 0 }, "(header-contains \"subject\" \"subject\")" }, - { { 100, 50, 0 }, "(header-contains \"subject\" \"Subject\")" }, + { { 0, 0, 0 }, "(header-contains \"subject\" \"Subject\")" }, { { 100, 50, 0 }, "(body-contains \"content\")" }, { { 100, 50, 0 }, "(body-contains \"Content\")" }, |