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

/dovecot/src/pop3/
H A Dpop3-commands.c567 bool list_all; member in struct:cmd_uidl_context
670 ctx->list_all ? "%u %s" : "+OK %u %s",
672 if (client->output->closed || !ctx->list_all)
683 if (ctx->list_all)
721 client_send_line(client, ctx->list_all ? "%u %s" : "+OK %u %s",
725 if (POP3_CLIENT_OUTPUT_FULL(client) && ctx->list_all) {
737 if (ctx->list_all && !failed)
854 ctx->list_all = seq == 0;

Completed in 12 milliseconds