RE: [PATCH] VIM: Respect exclude_tags specified in .notmuch-config

2014-11-15 Thread David Bremner
Franz Fellner alpine.art...@gmail.com writes: Exclude mails tagged with any tag specified in notmuch config get search.exclude_tags in folders list and search list. This seems like an important feature and I'd like to add it. It needs rebasing against current master. Also, as a nitpick,

RE: [PATCH] VIM: Respect exclude_tags specified in .notmuch-config

2014-10-20 Thread Ian Main
Thanks Franz! So this works well in the main searches by not showing anything I have marked as 'spam'. However if I force a search for tag:spam and then try to view any of the messages presented they will not show up because of the way we display the email.. :-/ I'm not sure what is the best

RE: [PATCH] VIM: Respect exclude_tags specified in .notmuch-config

2014-10-20 Thread Franz Fellner
Ian Main wrote: Thanks Franz! So this works well in the main searches by not showing anything I have marked as 'spam'. However if I force a search for tag:spam and then try to view any of the messages presented they will not show up because of the way we display the email.. :-/ Yes,

RE: [PATCH] VIM: Respect exclude_tags specified in .notmuch-config

2014-10-20 Thread Franz Fellner
Exclude mails tagged with any tag specified in notmuch config get search.exclude_tags in folders list and search list. diff --git a/vim/notmuch.vim b/vim/notmuch.vim index 5c86fcd..522a366 100644 --- a/vim/notmuch.vim +++ b/vim/notmuch.vim @@ -647,6 +647,7 @@ ruby EOF $db_name = nil

RE: [PATCH] VIM: Respect exclude_tags specified in .notmuch-config

2014-10-20 Thread Ian Main
Franz Fellner wrote: Ian Main wrote: Thanks Franz! So this works well in the main searches by not showing anything I have marked as 'spam'. However if I force a search for tag:spam and then try to view any of the messages presented they will not show up because of the way we