diff options
author | Drew DeVault <sir@cmpwn.com> | 2019-03-31 14:42:18 -0400 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2019-03-31 14:42:18 -0400 |
commit | 8e5ed2a161bf654888a8b48af2d9fdf6fbc0c7e0 (patch) | |
tree | 9a83cf70c8c7e1491005cfc1bab1d7e2e6cbe92d /config/aerc.conf | |
parent | f9262e4b0600fcc83ddac642412769c2bce05c5c (diff) |
Implement header-regex-match filters
Diffstat (limited to 'config/aerc.conf')
-rw-r--r-- | config/aerc.conf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/config/aerc.conf b/config/aerc.conf index 3a89151..c310dfc 100644 --- a/config/aerc.conf +++ b/config/aerc.conf @@ -78,9 +78,9 @@ alternatives=text/plain,text/html # them from most to least specific. # # You can also match on non-mimetypes, by prefixing with the header to match -# against (non-case-sensitive) and a colon, e.g. subject:text will match a -# subject which contains "text". Use header~:regex to match against a regex. -subject~:PATCH=contrib/hldiff.py +# against (non-case-sensitive) and a comma, e.g. subject,text will match a +# subject which contains "text". Use header,~regex to match against a regex. +subject,~PATCH=contrib/hldiff.py text/html=w3m -T text/html -cols $(tput cols) -dump -o display_image=false -o display_link_number=true text/*=contrib/plaintext.py |