Searched defs:importer_new_mail (Results 1 - 1 of 1) sorted by relevance

/dovecot/src/doveadm/dsync/
H A Ddsync-mailbox-import.c23 struct importer_new_mail { struct
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 *newmai
[all...]

Completed in 56 milliseconds