You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
filter {
has ["foo", "bar"]
label "a"
}.otherwise {
has ["foo"]
label "b"
}.archive_unless_directed
produces a query like foo -{(to:me bar)} (for the archive_unless_directed filter), but i would expect it to produce something like foo -{(to:me OR bar)} since i want to skip archiving if it's either addressed to me or if bar matches. or is there a better way to accomplish what i'm doing?
The text was updated successfully, but these errors were encountered:
produces a query like
foo -{(to:me bar)}
(for thearchive_unless_directed
filter), but i would expect it to produce something likefoo -{(to:me OR bar)}
since i want to skip archiving if it's either addressed to me or ifbar
matches. or is there a better way to accomplish what i'm doing?The text was updated successfully, but these errors were encountered: