[PATCH v2 0/6] Move --no-exclude to --exclude=(true|false|flag)
Mark Walters
markwalters1009 at gmail.com
Sat Mar 31 15:53:56 PDT 2012
This is version 2 of the exclude= series (version 1 is [1]).
The main changes are the addition of some systematic notmuch-search
tests for all the exclude options, and I no longer add the
exclude=flag option to notmuch-show.c (the output was too similar to
exclude=false to be worth keeping).
Best wishes
Mark
id:"1331836925-31437-1-git-send-email-markwalters1009 at gmail.com".
Mark Walters (6):
lib: change default for notmuch_query_set_omit_excluded
cli: move count to the new --exclude=(true|false|flag) naming scheme.
cli: move search to the new --exclude= naming scheme.
test: add some exclude tests
cli: move show to the new --exclude= option naming scheme.
emacs: make show set --exclude=false
emacs/notmuch-show.el | 6 +-
lib/notmuch.h | 11 ++-
lib/query.cc | 10 +-
man/man1/notmuch-count.1 | 5 +-
man/man1/notmuch-search.1 | 12 ++-
man/man1/notmuch-show.1 | 16 +++-
notmuch-client.h | 1 +
notmuch-count.c | 17 +++-
notmuch-search.c | 32 +++++--
notmuch-show.c | 50 +++++++----
test/count | 4 +-
test/notmuch-test | 1 +
test/search | 48 ----------
test/search-excludes | 214 +++++++++++++++++++++++++++++++++++++++++++++
14 files changed, 325 insertions(+), 102 deletions(-)
create mode 100755 test/search-excludes
--
1.7.9.1
More information about the notmuch
mailing list