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

/dovecot/src/pop3/
H A Dpop3-commands.c692 bool permanent_uidl, found = FALSE; local
714 if (pop3_get_uid(client, ctx->mail, str, &permanent_uidl) < 0) {
718 if (client->set->pop3_save_uidl && !permanent_uidl)
782 bool permanent_uidl, uidl_duplicates_rename, failed = FALSE; local
807 if (pop3_get_uid(client, mail, str, &permanent_uidl) < 0) {
815 if (client->set->pop3_save_uidl && !permanent_uidl)

Completed in 12 milliseconds