Searched refs:sort_date (Results 1 - 2 of 2) sorted by relevance

/dovecot/src/lib-storage/
H A Dmail-thread.h21 time_t sort_date; member in struct:mail_thread_child_node
/dovecot/src/lib-storage/index/
H A Dindex-thread-finish.c114 if (c1->sort_date < c2->sort_date)
116 if (c1->sort_date > c2->sort_date)
159 child->sort_date = 0;
160 else if (mail_get_date(ctx->tmp_mail, &child->sort_date, &tz) < 0)
161 child->sort_date = 0;
163 if (child->sort_date == 0) {
165 (void)mail_get_received_date(ctx->tmp_mail, &child->sort_date);
396 roots[i].node.sort_date
[all...]

Completed in 32 milliseconds