* mu-query: special-case the empty search expr to mean 'match-all'
This commit is contained in:
@ -150,6 +150,7 @@ test_mu_query_01 (void)
|
||||
{ "foo:pepernoot", 0 },
|
||||
{ "funky", 1 },
|
||||
{ "fünkÿ", 1 },
|
||||
{ "", 13 }
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user