diff options
author | 2024-08-22 20:40:38 +0200 | |
---|---|---|
committer | 2024-08-23 16:52:18 +0100 | |
commit | cbc6070cf71f748c5faa7e9ddf3032e7be184fb2 (patch) | |
tree | 38e89bb3e5874a6266432ae7d0f2249e57397af2 /ansible | |
parent | Automatically configure default IMAP folders (diff) |
Fix "an actual problem"
golly gee wonkers your line has an extra white space character at the
end of the line! gobbly-dobbly just how could this commit even enter the
remote repository? it was on track to cause a widespread production
outage with millions of disgraced users! god forbid you even had
trailing whitespace on two lines! imagine the financial damage this
could cause, and don't even get me started on the liability for all of
these changes!
Diffstat (limited to 'ansible')
-rw-r--r-- | ansible/roles/dovecot/templates/configs/15-mailboxes.conf.j2 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ansible/roles/dovecot/templates/configs/15-mailboxes.conf.j2 b/ansible/roles/dovecot/templates/configs/15-mailboxes.conf.j2 index a83fdfa..ad1cdf3 100644 --- a/ansible/roles/dovecot/templates/configs/15-mailboxes.conf.j2 +++ b/ansible/roles/dovecot/templates/configs/15-mailboxes.conf.j2 @@ -13,11 +13,11 @@ # implicitly when it is first accessed. The user can also be automatically # subscribed to the mailbox after creation. The following values are # defined for this setting: -# +# # no - Never created automatically. # create - Automatically created, but no automatic subscription. # subscribe - Automatically created and subscribed. -# +# # special_use: # A space-separated list of SPECIAL-USE flags (RFC 6154) to use for the # mailbox. There are no validity checks, so you could specify anything |