Skip to content
Snippets Groups Projects
Commit a9d45c31 authored by Hinrikus Wolf's avatar Hinrikus Wolf
Browse files

dovecot: correct use of white space

parent 795fa418
No related branches found
No related tags found
No related merge requests found
...@@ -212,11 +212,11 @@ namespace inbox { ...@@ -212,11 +212,11 @@ namespace inbox {
# Space separated list of plugins to load for all services. Plugins specific to # 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. # 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 mail_plugins = $mail_plugins notify replication
{%- else -%} {% else %}
mail_plugins = $mail_plugins notify mail_plugins = $mail_plugins notify
{%- endif -%} {% endif %}
#mail_plugins = #mail_plugins =
## ##
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment