mirror of
https://github.com/mjl-/mox.git
synced 2024-12-26 08:23:48 +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:
parent
6315d57166
commit
89c543f662
1 changed files with 1 additions and 0 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue