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

/dovecot/src/lib-storage/index/pop3c/
H A Dpop3c-storage.h24 const char *const *msg_uidls; member in struct:pop3c_mailbox
H A Dpop3c-sync.c30 if (mbox->msg_uidls != NULL)
72 /* make msg_uidls non-NULL */
75 mbox->msg_uidls = array_idx(&uidls, 0);
89 if (mbox->msg_uidls == NULL) {
168 msg->uidl = mbox->msg_uidls[seq-1];
355 mbox->msg_uidls == NULL) {
H A Dpop3c-mail.c252 if (mbox->msg_uidls == NULL) {
257 *value_r = mbox->msg_uidls[_mail->seq-1];

Completed in 1104 milliseconds