mirror of
https://github.com/mjl-/mox.git
synced 2025-07-12 17:44:35 +03:00
if there is special-use junk flag on mailbox, don't also look at AutomaticJunkFlags option
the special-use flag should take precedence.
This commit is contained in:
@ -615,6 +615,7 @@ func (m *Message) JunkFlagsForMailbox(mb Mailbox, conf config.Account) {
|
||||
if mb.Junk {
|
||||
m.Junk = true
|
||||
m.Notjunk = false
|
||||
return
|
||||
}
|
||||
|
||||
if !conf.AutomaticJunkFlags.Enabled {
|
||||
|
Reference in New Issue
Block a user