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

/dovecot/src/imap/
H A Dcmd-store.c19 bool silent; member in struct:imap_store_context
38 ctx->silent = strcasecmp(type+5, ".SILENT") == 0;
39 if (!ctx->silent && type[5] != '\0')
173 if (ctx.silent)
256 if (cmd->uid && (!ctx.silent || (client->enabled_features &

Completed in 10 milliseconds