* restore flag:unread and some optimization
This commit is contained in:
@ -182,7 +182,7 @@ test_mu_msg_03 (void)
|
||||
==,
|
||||
"\nLet's write some fünkÿ text\nusing umlauts.\n\nFoo.\n");
|
||||
g_assert_cmpuint (mu_msg_get_flags(msg),
|
||||
==, MU_FLAG_NONE);
|
||||
==, MU_FLAG_UNREAD); /* not seen => unread */
|
||||
|
||||
mu_msg_unref (msg);
|
||||
}
|
||||
@ -206,9 +206,9 @@ test_mu_msg_04 (void)
|
||||
==, MU_MSG_PRIO_NORMAL);
|
||||
g_assert_cmpuint (mu_msg_get_date(msg),
|
||||
==, 0);
|
||||
|
||||
|
||||
g_assert_cmpuint (mu_msg_get_flags(msg),
|
||||
==, MU_FLAG_HAS_ATTACH);
|
||||
==, MU_FLAG_HAS_ATTACH|MU_FLAG_UNREAD);
|
||||
|
||||
mu_msg_unref (msg);
|
||||
}
|
||||
@ -345,7 +345,8 @@ test_mu_msg_comp_unix_programmer (void)
|
||||
|
||||
refs = mu_str_from_list (mu_msg_get_references(msg), ',');
|
||||
g_assert_cmpstr (refs, ==,
|
||||
"e9065dac-13c1-4103-9e31-6974ca232a89@t15g2000prt.googlegroups.com,"
|
||||
"e9065dac-13c1-4103-9e31-6974ca232a89@t15g2000prt"
|
||||
".googlegroups.com,"
|
||||
"87hbblwelr.fsf@sapphire.mobileactivedefense.com,"
|
||||
"pql248-4va.ln1@wilbur.25thandClement.com,"
|
||||
"ikns6r$li3$1@Iltempo.Update.UU.SE,"
|
||||
|
||||
Reference in New Issue
Block a user