Skip to content
Snippets Groups Projects
Commit 83118c80 authored by Stephan Bosch's avatar Stephan Bosch
Browse files

plugins: doveadm-sieve: Reformat doveadm-sieve-sync.c.

parent bd7720d3
No related branches found
No related tags found
No related merge requests found
...@@ -381,8 +381,8 @@ sieve_attribute_set(struct mailbox_transaction_context *t, ...@@ -381,8 +381,8 @@ sieve_attribute_set(struct mailbox_transaction_context *t,
if (t->box->storage->user->dsyncing && if (t->box->storage->user->dsyncing &&
type == MAIL_ATTRIBUTE_TYPE_PRIVATE && type == MAIL_ATTRIBUTE_TYPE_PRIVATE &&
str_begins_with(key, MAILBOX_ATTRIBUTE_PREFIX_SIEVE)) { str_begins_with(key, MAILBOX_ATTRIBUTE_PREFIX_SIEVE)) {
time_t ts = value->last_change != 0 ? time_t ts = (value->last_change != 0 ?
value->last_change : ioloop_time; value->last_change : ioloop_time);
if (sieve_attribute_set_sieve(t->box->storage, key, value) < 0) if (sieve_attribute_set_sieve(t->box->storage, key, value) < 0)
return -1; return -1;
......
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.