* mu-str.c: much improved mu_str_normalize_subject (to skip Re:, Fwd: etc. for sorting)

This commit is contained in:
djcb
2012-06-15 18:21:21 +03:00
parent 0c520ed8ea
commit b0fe9770e4
3 changed files with 42 additions and 10 deletions

View File

@ -448,7 +448,7 @@ test_mu_str_subject_normalize (void)
{ "Re:test123", "test123" },
{ "Re: Fwd: test123", "test123" },
{ "Re[3]: Fwd: test123", "test123" },
{ "operation: mindcrime", "mindcrime" }, /*...*/
{ "operation: mindcrime", "operation: mindcrime" }, /*...*/
{ "", "" }
};