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

/dovecot/src/lib-storage/index/
H A Dindex-sort.c432 get_first_mailbox(struct mail *mail, const char *header, const char **mailbox_r) function
515 ret = get_first_mailbox(mail, "Cc", &str);
518 ret = get_first_mailbox(mail, "From", &str);
521 ret = get_first_mailbox(mail, "To", &str);

Completed in 7 milliseconds