From a9d45c3174b1fee9d6eca1cf06a8bbe22fdbec22 Mon Sep 17 00:00:00 2001
From: Hinrikus Wolf <mail@hinrikus-wolf.de>
Date: Thu, 25 Jan 2018 16:17:04 +0100
Subject: [PATCH] dovecot: correct use of white space

---
 dovecot/templates/conf.d/10-mail.conf.j2 | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/dovecot/templates/conf.d/10-mail.conf.j2 b/dovecot/templates/conf.d/10-mail.conf.j2
index cc34815..d4ecb3a 100644
--- a/dovecot/templates/conf.d/10-mail.conf.j2
+++ b/dovecot/templates/conf.d/10-mail.conf.j2
@@ -212,11 +212,11 @@ namespace inbox {
 
 # Space separated list of plugins to load for all services. Plugins specific to
 # IMAP, LDA, etc. are added to this list in their own .conf files.
-{%- if dsync is defined  -%}
+{% if dsync is defined  %}
 mail_plugins = $mail_plugins notify replication
-{%- else -%}
+{% else %}
 mail_plugins = $mail_plugins notify
-{%- endif -%}
+{% endif %}
 #mail_plugins = 
 
 ##
-- 
GitLab