Commit 5abcc0b2 authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Fixed naming of default folders

parent 4b6d2d18
...@@ -254,7 +254,7 @@ tls_session_timeout: 1440 ...@@ -254,7 +254,7 @@ tls_session_timeout: 1440
# autocreate_post option must be enabled. # autocreate_post option must be enabled.
# # # #
autocreate_inbox_folders: Drafts | Sent | Spam | Deleted Items autocreate_inbox_folders: Drafts | Sent | Junk | Trash
# Autocreate_post # Autocreate_post
# --------------- # ---------------
...@@ -300,7 +300,7 @@ autocreate_quota_messages: 0 ...@@ -300,7 +300,7 @@ autocreate_quota_messages: 0
# Leading and trailing whitespace is stripped from each folder, so a # Leading and trailing whitespace is stripped from each folder, so a
# setting of "Junk | Trash" will create two folders: "Junk" and # setting of "Junk | Trash" will create two folders: "Junk" and
# "Trash". # "Trash".
autocreate_sieve_folders: Drafts | Sent | Spam | Deleted Items autocreate_sieve_folders: Drafts | Sent | Junk | Trash
# Autocreate_sieve_script # Autocreate_sieve_script
# ----------------------- # -----------------------
...@@ -333,7 +333,7 @@ autocreate_sieve_folders: Drafts | Sent | Spam | Deleted Items ...@@ -333,7 +333,7 @@ autocreate_sieve_folders: Drafts | Sent | Spam | Deleted Items
# A list of folder names, separated by "|", that the users get automatically subscribed to, # A list of folder names, separated by "|", that the users get automatically subscribed to,
# when their INBOX is created. These folder names must have been included in the # when their INBOX is created. These folder names must have been included in the
# autocreateinboxfolders option of the imapd.conf. # autocreateinboxfolders option of the imapd.conf.
autocreate_subscribe_folders: Drafts | Sent | Spam | Deleted Items autocreate_subscribe_folders: Drafts | Sent | Junk | Trash
# Autocreate_subscribe_sharedfolders # Autocreate_subscribe_sharedfolders
# ---------------------------------- # ----------------------------------
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment