| 214 | } |
| 215 | |
| 216 | static bool isKnownCustomFlag(const char * keyword) |
| 217 | { |
| 218 | return !(strcmp(keyword, "$MDNSent") != 0 && strcmp(keyword, "$Forwarded") != 0 && strcmp(keyword, "$SubmitPending") != 0 && strcmp(keyword, "$Submitted") != 0); |
| 219 | } |
| 220 | |
| 221 | static Array * custom_flags_from_lep_att_dynamic(struct mailimap_msg_att_dynamic * att_dynamic) |
| 222 | { |
no outgoing calls
no test coverage detected