* optionally ignore invalid (unknown) message flag letters, update callers

This commit is contained in:
djcb
2012-06-01 14:03:43 +02:00
parent 7008e108ae
commit 895ab10a4b
6 changed files with 22 additions and 11 deletions

View File

@ -677,7 +677,7 @@ mu_msg_contact_foreach (MuMsg *msg, MuMsgContactForeachFunc func,
static int
cmp_str (const char* s1, const char *s2)
cmp_str (const char *s1, const char *s2)
{
if (s1 == s2)
return 0;