Lines Matching defs:importer_new_mail

23 struct importer_new_mail {
25 struct importer_new_mail *next;
28 struct importer_new_mail *link;
54 HASH_TABLE_DEFINE_TYPE(guid_new_mail, const char *, struct importer_new_mail *);
55 HASH_TABLE_DEFINE_TYPE(uid_new_mail, void *, struct importer_new_mail *);
97 /* GUID => struct importer_new_mail */
99 /* UID => struct importer_new_mail */
102 ARRAY(struct importer_new_mail *) newmails;
141 struct importer_new_mail *all_newmails,
722 struct importer_new_mail *newmail, uint32_t remote_uid)
724 struct importer_new_mail *first_mail, **last, *mail, *link = NULL;
791 struct importer_new_mail *newmail;
834 newmail = p_new(importer->pool, struct importer_new_mail, 1);
844 newmail = p_new(importer->pool, struct importer_new_mail, 1);
861 newmail = p_new(importer->pool, struct importer_new_mail, 1);
1835 importer_new_mail_final_uid_cmp(struct importer_new_mail *const *newmail1,
1836 struct importer_new_mail *const *newmail2)
1848 struct importer_new_mail *newmail, *const *newmailp;
1936 struct importer_new_mail *const *newmails;
1949 struct importer_new_mail *newmail)
2030 struct importer_new_mail *all_newmails,
2038 struct importer_new_mail *mail;
2114 struct importer_new_mail *all_newmails)
2133 struct importer_new_mail *all_newmails)
2137 struct importer_new_mail *mail;
2184 struct importer_new_mail *newmail;
2230 struct importer_new_mail *mail;
2358 struct importer_new_mail **all_newmails_forcopy)
2360 struct importer_new_mail *inst;
2400 struct importer_new_mail *newmail)
2420 struct importer_new_mail *newmail,
2421 struct importer_new_mail **all_newmails_forcopy,
2545 struct importer_new_mail *all_newmails,
2548 struct importer_new_mail *newmail, *all_newmails_forcopy;
2570 struct importer_new_mail *all_newmails;
2847 struct importer_new_mail *mail;
2870 struct importer_new_mail *mail;