Skip to content
Snippets Groups Projects
Commit e031643d authored by Marco Bettini's avatar Marco Bettini Committed by aki.tuomi
Browse files

plugins: Remove stray whitespaces

parent 819c5450
No related branches found
No related tags found
No related merge requests found
......@@ -390,7 +390,7 @@ sieve_attribute_set(struct mailbox_transaction_context *t,
if (sieve_attribute_set_sieve(t->box->storage, key, value) < 0)
return -1;
if (value->last_change != 0) {
change = t_strflocaltime(
"(last change: %Y-%m-%d %H:%M:%S)",
......
......@@ -24,7 +24,7 @@ static int cmd_filter_sieve_compile_script(struct imap_filter_context *ctx)
ret = imap_filter_sieve_compile(sctx, &errors, &have_warnings);
if (ret >= 0 && !have_warnings)
return 0;
o_stream_nsend_str(client->output,
t_strdup_printf("* FILTER (TAG %s) "
"%s {%zu}\r\n",
......@@ -33,7 +33,7 @@ static int cmd_filter_sieve_compile_script(struct imap_filter_context *ctx)
o_stream_nsend(client->output,
str_data(errors), str_len(errors));
o_stream_nsend_str(client->output, "\r\n");
if (ret < 0) {
ctx->compile_failure = TRUE;
ctx->failed = TRUE;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment

Consent

On this website, we use the web analytics service Matomo to analyze and review the use of our website. Through the collected statistics, we can improve our offerings and make them more appealing for you. Here, you can decide whether to allow us to process your data and set corresponding cookies for these purposes, in addition to technically necessary cookies. Further information on data protection—especially regarding "cookies" and "Matomo"—can be found in our privacy policy. You can withdraw your consent at any time.