* mu: (re)add special handling for '$' (fixes #193)

This commit is contained in:
djcb
2013-04-28 21:54:25 +03:00
parent 85fb0e14ef
commit 7d48ed53a7
4 changed files with 7 additions and 2 deletions

View File

@ -176,7 +176,9 @@ test_mu_query_01 (void)
{ "foo:pepernoot", 0 },
{ "funky", 1 },
{ "fünkÿ", 1 },
{ "", 18 }
{ "", 18 },
{ "msgid:abcd$efgh@example.com", 1},
{ "i:abcd$efgh@example.com", 1},
};
for (i = 0; i != G_N_ELEMENTS(queries); ++i)