* lib: do some more escaping of body text

This commit is contained in:
djcb
2012-11-18 22:09:56 +02:00
parent ef1791ec7c
commit 30f93663b0
4 changed files with 21 additions and 4 deletions

View File

@ -146,6 +146,7 @@ test_mu_find_01 (void)
search ("f:soc@example.com", 1);
search ("t:alki@example.com", 1);
search ("t:alcibiades", 1);
search ("http-emacs", 1);
search ("f:soc@example.com OR f:john", 2);
search ("f:soc@example.com OR f:john OR t:edmond", 3);
search ("t:julius", 1);