* mu: (re)add special handling for '$' (fixes #193)
This commit is contained in:
@ -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)
|
||||
|
||||
Reference in New Issue
Block a user