o_stream_set_flush_callback(client->output, client_output, client);
p_array_init(&client->module_contexts, client->pool, 5);
- client->last_input = ioloop_time;
+ client->last_input = ioloop_time;
client->to_idle = timeout_add(CLIENT_IDLE_TIMEOUT_MSECS,
client_idle_timeout, client);
const char *tag, *name;
int ret;
- if (cmd->func != NULL) {
+ if (cmd->func != NULL) {
/* command is being executed - continue it */
if (command_exec(cmd)) {
/* command execution was finished */
imap_settings_parse_workarounds(struct imap_settings *set,
const char **error_r)
{
- enum imap_client_workarounds client_workarounds = 0;
- const struct imap_client_workaround_list *list;
+ enum imap_client_workarounds client_workarounds = 0;
+ const struct imap_client_workaround_list *list;
const char *const *str;
str = settings_boollist_get(&set->imap_client_workarounds);