Jesse Luehrs
Results
1
issues of
Jesse Luehrs
``` 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...