mirror of
https://github.com/mjl-/mox.git
synced 2025-07-10 06:34: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:
12
doc.go
12
doc.go
@ -236,9 +236,9 @@ Import a maildir into an account.
|
||||
By default, messages will train the junk filter based on their flags and, if
|
||||
"automatic junk flags" configuration is set, based on mailbox naming.
|
||||
|
||||
If the destination mailbox is "Sent", the recipients of the messages are added
|
||||
to the message metadata, causing later incoming messages from these recipients
|
||||
to be accepted, unless other reputation signals prevent that.
|
||||
If the destination mailbox is the Sent mailbox, the recipients of the messages
|
||||
are added to the message metadata, causing later incoming messages from these
|
||||
recipients to be accepted, unless other reputation signals prevent that.
|
||||
|
||||
Users can also import mailboxes/messages through the account web page by
|
||||
uploading a zip or tgz file with mbox and/or maildirs.
|
||||
@ -260,9 +260,9 @@ Using mbox is not recommended, maildir is a better defined format.
|
||||
By default, messages will train the junk filter based on their flags and, if
|
||||
"automatic junk flags" configuration is set, based on mailbox naming.
|
||||
|
||||
If the destination mailbox is "Sent", the recipients of the messages are added
|
||||
to the message metadata, causing later incoming messages from these recipients
|
||||
to be accepted, unless other reputation signals prevent that.
|
||||
If the destination mailbox is the Sent mailbox, the recipients of the messages
|
||||
are added to the message metadata, causing later incoming messages from these
|
||||
recipients to be accepted, unless other reputation signals prevent that.
|
||||
|
||||
Users can also import mailboxes/messages through the account web page by
|
||||
uploading a zip or tgz file with mbox and/or maildirs.
|
||||
|
Reference in New Issue
Block a user