message-file: filter out non-file flags
Only take flags from file names that are actually file-flags, not random other things
This commit is contained in:
@ -169,7 +169,7 @@ test_mu_msg_flags(void)
|
||||
(Flags::Flagged | Flags::Seen |
|
||||
Flags::HasAttachment)},
|
||||
{MU_TESTMAILDIR4 "/special!2,Sabc",
|
||||
(Flags::Seen|Flags::HasAttachment)}
|
||||
(Flags::Seen)}
|
||||
}};
|
||||
|
||||
for (auto&& test: tests) {
|
||||
|
||||
Reference in New Issue
Block a user