unofficial mirror of notmuch@notmuchmail.org
 help / color / mirror / code / Atom feed
* [PATCH v2 0/6] Move --no-exclude to --exclude=(true|false|flag)
@ 2012-03-31 22:53 Mark Walters
  2012-03-31 22:53 ` [PATCH v2 1/6] lib: change default for notmuch_query_set_omit_excluded Mark Walters
                   ` (7 more replies)
  0 siblings, 8 replies; 12+ messages in thread
From: Mark Walters @ 2012-03-31 22:53 UTC (permalink / raw)
  To: notmuch

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@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

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2012-04-06  2:24 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-31 22:53 [PATCH v2 0/6] Move --no-exclude to --exclude=(true|false|flag) Mark Walters
2012-03-31 22:53 ` [PATCH v2 1/6] lib: change default for notmuch_query_set_omit_excluded Mark Walters
2012-04-06  1:09   ` Austin Clements
2012-03-31 22:53 ` [PATCH v2 2/6] cli: move count to the new --exclude=(true|false|flag) naming scheme Mark Walters
2012-03-31 22:53 ` [PATCH v2 3/6] cli: move search to the new --exclude= " Mark Walters
2012-04-06  1:18   ` Austin Clements
2012-03-31 22:54 ` [PATCH v2 4/6] test: add some exclude tests Mark Walters
2012-04-06  1:35   ` Austin Clements
2012-03-31 22:54 ` [PATCH v2 5/6] cli: move show to the new --exclude= option naming scheme Mark Walters
2012-03-31 22:54 ` [PATCH v2 6/6] emacs: make show set --exclude=false Mark Walters
2012-04-01 22:45 ` [PATCH v2 0/6] Move --no-exclude to --exclude=(true|false|flag) Jameson Graef Rollins
2012-04-06  2:24 ` Austin Clements

Code repositories for project(s) associated with this public inbox

	https://yhetil.org/notmuch.git/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).