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

/dovecot/src/imap/
H A Dcmd-thread.c179 struct orderedsubject_thread *cur_thread = NULL; local
202 cur_thread = NULL;
208 if (cur_thread == NULL) {
211 cur_thread = array_append_space(&threads);
212 if (mail_get_date(mail, &cur_thread->timestamp,
214 cur_thread->timestamp == 0) {
216 &cur_thread->timestamp);
218 p_array_init(&cur_thread->msgs, pool, 4);
221 array_append(&cur_thread->msgs, &num, 1);

Completed in 11 milliseconds