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

/dovecot/src/lib-storage/index/
H A Dindex-thread.c62 const char *msgids = NULL, *msgid; local
72 ret = mail_get_first_header(mail, HDR_MESSAGE_ID, &msgids);
76 ret = mail_get_first_header(mail, HDR_IN_REPLY_TO, &msgids);
80 ret = mail_get_first_header(mail, HDR_REFERENCES, &msgids);
95 msgid = message_id_get_next(&msgids);
98 msgid = message_id_get_next(&msgids);

Completed in 363 milliseconds