Searched defs:dsync_mail_error (Results 1 - 2 of 2) sorted by relevance
/dovecot/src/doveadm/dsync/ |
H A D | dsync-mailbox-export.c | 72 static int dsync_mail_error(struct dsync_mailbox_exporter *exporter, function 166 return dsync_mail_error(exporter, mail, "GUID"); 176 return dsync_mail_error(exporter, mail, "hdr-stream"); 309 return dsync_mail_error(exporter, mail, "received-time"); 318 return dsync_mail_error(exporter, mail, "virtual-size"); 822 return dsync_mail_error(exporter, mail, error_field);
|
H A D | dsync-mailbox-import.c | 579 static void dsync_mail_error(struct dsync_mailbox_importer *importer, function 661 dsync_mail_error(importer, importer->cur_mail, "GUID"); 669 dsync_mail_error(importer, importer->cur_mail, 923 dsync_mail_error(importer, importer->mail, "GUID"); 1586 dsync_mail_error(importer, importer->cur_mail, "hdr-stream");
|
Completed in 18 milliseconds