#include #include #include /* check the total/unread is what we think it should be, everywhere it can be determined */ void test_folder_counts(CamelFolder *folder, int total, int unread); /* cross-check info/msg */ void test_message_info(CamelMimeMessage *msg, const CamelMessageInfo *info); /* check a message is present everywhere it should be */ void test_folder_message(CamelFolder *folder, const char *uid); /* check message not present everywhere it shouldn't be */ void test_folder_not_message(CamelFolder *folder, const char *uid);