mirror of
https://github.com/mjl-/mox.git
synced 2025-07-10 09:54:40 +03:00
remove last remnants of treating a mailbox named "Sent" specially, in favor of special-use mailbox flags
a few places still looked at the name "Sent". but since we have special-use flags, we should always look at those. this also changes the config so admins can specify different names for the special-use mailboxes to create for new accounts, e.g. in a different language. the old config option is still understood, just deprecated.
This commit is contained in:
@ -359,9 +359,37 @@ describe-static" and "mox config describe-domains":
|
||||
# E.g. Postmaster or Inbox.
|
||||
Mailbox:
|
||||
|
||||
# Mailboxes to create when adding an account. Inbox is always created. If no
|
||||
# mailboxes are specified, the following are automatically created: Sent, Archive,
|
||||
# Trash, Drafts and Junk. (optional)
|
||||
# Mailboxes to create for new accounts. Inbox is always created. Mailboxes can be
|
||||
# given a 'special-use' role, which are understood by most mail clients. If
|
||||
# absent/empty, the following mailboxes are created: Sent, Archive, Trash, Drafts
|
||||
# and Junk. (optional)
|
||||
InitialMailboxes:
|
||||
|
||||
# Special-use roles to mailbox to create. (optional)
|
||||
SpecialUse:
|
||||
|
||||
# (optional)
|
||||
Sent:
|
||||
|
||||
# (optional)
|
||||
Archive:
|
||||
|
||||
# (optional)
|
||||
Trash:
|
||||
|
||||
# (optional)
|
||||
Draft:
|
||||
|
||||
# (optional)
|
||||
Junk:
|
||||
|
||||
# Regular, non-special-use mailboxes to create. (optional)
|
||||
Regular:
|
||||
-
|
||||
|
||||
# Deprecated in favor of InitialMailboxes. Mailboxes to create when adding an
|
||||
# account. Inbox is always created. If no mailboxes are specified, the following
|
||||
# are automatically created: Sent, Archive, Trash, Drafts and Junk. (optional)
|
||||
DefaultMailboxes:
|
||||
-
|
||||
|
||||
|
Reference in New Issue
Block a user