Notmuch Pick

2012-06-17 Thread Mark Walters
Hi Since I have had various requests for notmuch pick (id:1329096015-8078-2-git-send-email-markwalters1...@gmail.com) so I have started a git repository at git://github.com/markwalters1009/notmuch.git The branch pick-6 is the current version. My intention is to start a new branch each time I

Re: search summary and exclusions

2012-06-17 Thread Peter Wang
On Wed, 30 May 2012 08:49:31 +0100, Mark Walters markwalters1...@gmail.com wrote: On Wed, 30 May 2012, Peter Wang noval...@gmail.com wrote: Maybe there is room for another keyword under --exclude? Yes that might be the best way to go. Something like --exclude=all and then excluded

Re: search summary and exclusions

2012-06-17 Thread Mark Walters
On Sun, 17 Jun 2012, Peter Wang noval...@gmail.com wrote: On Wed, 30 May 2012 08:49:31 +0100, Mark Walters markwalters1...@gmail.com wrote: On Wed, 30 May 2012, Peter Wang noval...@gmail.com wrote: Maybe there is room for another keyword under --exclude? Yes that might be the best

[WIP 1/2] lib: add --exclude=all option

2012-06-17 Thread Mark Walters
Adds a exclude all option to the lib which means that excluded messages are completely ignored (as if they had actually been deleted). --- lib/notmuch-private.h |3 ++- lib/notmuch.h | 10 +- lib/query.cc | 11 ++- lib/thread.cc | 41

[WIP 2/2] cli: add --exclude=all option to notmuch-search.c

2012-06-17 Thread Mark Walters
Add a --exclude=all option to notmuch search. --- notmuch-search.c |8 ++-- test/excludes|5 + 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/notmuch-search.c b/notmuch-search.c index 3be296d..89b5bf9 100644 --- a/notmuch-search.c +++ b/notmuch-search.c @@

Notmuch Pick

2012-06-17 Thread Mark Walters
Hi Since I have had various requests for notmuch pick (id:"1329096015-8078-2-git-send-email-markwalters1009 at gmail.com") so I have started a git repository at git://github.com/markwalters1009/notmuch.git The branch pick-6 is the current version. My intention is to start a new branch each time

search summary and exclusions

2012-06-17 Thread Peter Wang
On Wed, 30 May 2012 08:49:31 +0100, Mark Walters wrote: > > On Wed, 30 May 2012, Peter Wang wrote: > > > > Maybe there is room for another keyword under --exclude? > > Yes that might be the best way to go. Something like --exclude=all and > then excluded messages never appear anywhere? > > I

search summary and exclusions

2012-06-17 Thread Mark Walters
On Sun, 17 Jun 2012, Peter Wang wrote: > On Wed, 30 May 2012 08:49:31 +0100, Mark Walters gmail.com> wrote: >> >> On Wed, 30 May 2012, Peter Wang wrote: >> > >> > Maybe there is room for another keyword under --exclude? >> >> Yes that might be the best way to go. Something like --exclude=all

[WIP 1/2] lib: add --exclude=all option

2012-06-17 Thread Mark Walters
Adds a exclude all option to the lib which means that excluded messages are completely ignored (as if they had actually been deleted). --- lib/notmuch-private.h |3 ++- lib/notmuch.h | 10 +- lib/query.cc | 11 ++- lib/thread.cc | 41

[WIP 2/2] cli: add --exclude=all option to notmuch-search.c

2012-06-17 Thread Mark Walters
Add a --exclude=all option to notmuch search. --- notmuch-search.c |8 ++-- test/excludes|5 + 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/notmuch-search.c b/notmuch-search.c index 3be296d..89b5bf9 100644 --- a/notmuch-search.c +++ b/notmuch-search.c @@