diff options
author | Ben Sima <ben@bsima.me> | 2019-10-05 18:51:36 -0700 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2019-10-26 21:00:06 -0700 |
commit | cef8d323355647e9f28899305c72119796a978a8 (patch) | |
tree | f7629ff60b1edb6cf53a82fbed9f9cca441a4f12 /lib | |
parent | f2f5fec045fd9d1a2febe8664c1dc0c646fbd3ce (diff) |
fix urbit filter?
Diffstat (limited to 'lib')
-rw-r--r-- | lib/afew.ini | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/afew.ini b/lib/afew.ini index 05624ce..a12e4f8 100644 --- a/lib/afew.ini +++ b/lib/afew.ini @@ -175,7 +175,7 @@ tags = +sourcehut [Filter.30] message = urbit stuff -query = subject:"[urbit-dev]" OR subject:"[urbit/*]" +query = subject:[urbit-dev] OR subject:[urbit/*] tags = +urbit # In order to unsubscribe I need to know by user/pass, which I do not... |