diff options
Diffstat (limited to 'mail/folder-browser.c')
-rw-r--r-- | mail/folder-browser.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/folder-browser.c b/mail/folder-browser.c index 700eda72f5..f7f77ffe31 100644 --- a/mail/folder-browser.c +++ b/mail/folder-browser.c @@ -252,7 +252,7 @@ static char *search_string[] = { "(match-all (header-contains \"from\" %s)", "(or (body-contains %s) (match-all (header-contains \"Subject\" %s)))", "(body-contains %s)", - "(match-all (header-contains \"Subject\" %s)", + "(match-all (header-contains \"Subject\" %s))", "(match-all (not (body-contains %s)))", "(match-all (not (header-contains \"Subject\" %s)))", }; |