Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
cyrus-imapd
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
certo
cyrus-imapd
Commits
5abcc0b2
Commit
5abcc0b2
authored
Jan 29, 2021
by
Vladimir Bashkirtsev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed naming of default folders
parent
4b6d2d18
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
Makefile
Makefile
+3
-3
No files found.
Makefile
View file @
5abcc0b2
...
...
@@ -254,7 +254,7 @@ tls_session_timeout: 1440
# autocreate_post option must be enabled.
# #
autocreate_inbox_folders
:
Drafts | Sent |
Spam | Deleted Items
autocreate_inbox_folders
:
Drafts | Sent |
Junk | Trash
# Autocreate_post
# ---------------
...
...
@@ -300,7 +300,7 @@ autocreate_quota_messages: 0
# Leading and trailing whitespace is stripped from each folder, so a
# setting of "Junk | Trash" will create two folders: "Junk" and
# "Trash".
autocreate_sieve_folders
:
Drafts | Sent |
Spam | Deleted Items
autocreate_sieve_folders
:
Drafts | Sent |
Junk | Trash
# Autocreate_sieve_script
# -----------------------
...
...
@@ -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,
# when their INBOX is created. These folder names must have been included in the
# autocreateinboxfolders option of the imapd.conf.
autocreate_subscribe_folders
:
Drafts | Sent |
Spam | Deleted Items
autocreate_subscribe_folders
:
Drafts | Sent |
Junk | Trash
# Autocreate_subscribe_sharedfolders
# ----------------------------------
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment