mirror of
https://github.com/mjl-/mox.git
synced 2025-07-12 16:24:37 +03:00
remove intention to implement \important special-use mailbox and $important message flag, rfc 8457
they are intended to be used by the server to automatically mark some messages as important, based on server-defined heuristics. we don't have such heuristics at the moment. perhaps in the future, but until then there are no plans.
This commit is contained in:
@ -272,7 +272,7 @@ func (mc *MailboxCounts) Sub(delta MailboxCounts) {
|
||||
// understand where messages should go.
|
||||
type SpecialUse struct {
|
||||
Archive bool
|
||||
Draft bool
|
||||
Draft bool // "Drafts"
|
||||
Junk bool
|
||||
Sent bool
|
||||
Trash bool
|
||||
|
Reference in New Issue
Block a user