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

/dovecot/src/doveadm/dsync/
H A Ddsync-mail.h83 time_t received_timestamp; member in struct:dsync_mail_change
H A Ddsync-mailbox-export.c290 time_t received_timestamp = 0; local
308 if (mail_get_received_date(mail, &received_timestamp) < 0)
310 if (received_timestamp == 0) {
313 received_timestamp = 1;
326 change->received_timestamp = received_timestamp;

Completed in 34 milliseconds