]> Sergey Matveev's repositories - public-inbox.git/commit
add filter for Subject: tags
authorEric Wong <e@80x24.org>
Thu, 26 Jan 2017 02:09:36 +0000 (02:09 +0000)
committerEric Wong <e@80x24.org>
Thu, 26 Jan 2017 03:22:54 +0000 (03:22 +0000)
commit7e40887e8d2bef4126b4a3680594860a3b2fd67c
tree222b7fbbf7457eac086b193384bf7de3dbb08ce4
parenta465cc132b8d1ad96dbd0f51ad6da2ce75c79568
add filter for Subject: tags

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
lib/PublicInbox/Filter/SubjectTag.pm [new file with mode: 0644]
t/filter_subjecttag.t [new file with mode: 0644]