[PATCH 0/2] -watch: support configurable subject filters

2017-01-25 Thread Eric Wong
Unfortunately, some mailing list administrators insist on tagging Subject: lines with the list name instead of teaching users to look for list-specific headers and build better user interfaces for managing their own mail. So, public-inbox now provide an interface to strip those tags from Subject l

[PATCH 2/2] add filter for Subject: tags

2017-01-25 Thread Eric Wong
Some mailing lists add annoying tags into the Subject line which discourages readers from doing proper mail organization on the client side. They also waste precious screen space and attention span. Remove them from our archives to reduce clutter. --- MANIFEST | 2 ++

[PATCH 1/2] watchmaildir: allow arguments for filters

2017-01-25 Thread Eric Wong
We'll want to allow some degree of configuration for various mailing lists. --- lib/PublicInbox/WatchMaildir.pm | 8 +++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/lib/PublicInbox/WatchMaildir.pm b/lib/PublicInbox/WatchMaildir.pm index 0b284bd..1823c24 100644 --- a/lib/Publi