* mu: more 'fixing'/'massaging' of queries

This commit is contained in:
djcb
2013-04-17 00:09:08 +03:00
parent 9489370eb9
commit a5001acff0
6 changed files with 123 additions and 40 deletions

View File

@ -213,7 +213,7 @@ test_mu_query_03 (void)
{ "s:LISP", 1},
{ "s:\"Re: Learning LISP; Scheme vs elisp.\"", 1},
{ "subject:Re: Learning LISP; Scheme vs elisp.", 0},
{ "subject:Re: Learning LISP; Scheme vs elisp.", 1},
{ "subject:\"Re: Learning LISP; Scheme vs elisp.\"", 1},
{ "to:help-gnu-emacs@gnu.org", 4},
{ "t:help-gnu-emacs", 4},
@ -530,7 +530,7 @@ test_mu_query_tags (void)
{ "tag:lost tag:paradise", 1},
{ "tag:lost tag:horizon", 0},
{ "tag:lost OR tag:horizon", 1},
{ "x:paradise,lost", 0},
{ "x:paradise,lost", 1},
};
for (i = 0; i != G_N_ELEMENTS(queries); ++i)