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

/dovecot/src/doveadm/dsync/
H A Ddsync-mailbox-import.c102 ARRAY(struct importer_new_mail *) newmails; member in struct:dsync_mailbox_importer
281 i_array_init(&importer->newmails, 128);
879 array_append(&importer->newmails, &newmail, 1);
1853 array_foreach_modifiable(&importer->newmails, newmailp) {
1885 /* Sort the newmails by their final_uid. This is used for tracking
1887 array_sort(&importer->newmails, importer_new_mail_final_uid_cmp);
1936 struct importer_new_mail *const *newmails; local
1939 newmails = array_get(&importer->newmails, &count);
1941 if (!newmails[importe
[all...]

Completed in 25 milliseconds