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

/dovecot/src/doveadm/dsync/
H A Ddsync-mailbox-import.c724 struct importer_new_mail *first_mail, **last, *mail, *link = NULL; local
727 first_mail = hash_table_lookup(importer->import_guids,
729 if (first_mail == NULL) {
742 first_mail = hash_table_lookup(importer->import_uids,
744 if (first_mail == NULL) {
756 last = &first_mail->next;
757 for (mail = first_mail; mail != NULL; mail = mail->next) {

Completed in 256 milliseconds