Damien Cassou writes: > On Mon, Oct 29, 2012 at 7:57 PM, James Vasile wrote: >> My filters create tags like x-bogotrained-spam that are for internal >> bookkeeping. I don't mind seeing them in the 'show' view, but I didn't >> want them cluttering my 'search' view. This patch omits x-foo and X-foo >> tags from the 'search' view. > > what about using notmuch-labeler that let you hide whatever you want > (or replace it by pictures)? > https://github.com/DamienCassou/notmuch-labeler > > I'm working on integrating it inside notmuch > I wasn't aware of labeler. It looks like it has some nice functionality. When it gets integrated into the trunk, I'll use it, assuming it can match regexps and not just literal strings. Thanks!