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

This is version 4 of the exclude= patch set. Version 3 was at [1].

The only changes relative to version 3 are in the tests. As suggested
by jrollins [2] I have added some systematic count and show tests and
moved all the exclude tests to the file test/excludes.

Best wishes

Mark

[1] id:"1333716551-29153-1-git-send-email-markwalters1009@gmail.com"
[2] id:"877gxs7ryv.fsf@servo.finestructure.net"

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.
  cli: move show to the new --exclude= option naming scheme.
  test: add some exclude tests
  emacs: make show set --exclude=false

 emacs/notmuch-show.el     |    6 +-
 lib/notmuch.h             |   23 ++-
 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                |   21 ---
 test/excludes             |  423 +++++++++++++++++++++++++++++++++++++++++++++
 test/notmuch-test         |    1 +
 test/search               |   48 -----
 14 files changed, 544 insertions(+), 121 deletions(-)
 create mode 100755 test/excludes

-- 
1.7.9.1

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

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

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-04-07 16:10 [PATCH v4 0/6] Move --no-exclude to --exclude=(true|false|flag) Mark Walters
2012-04-07 16:10 ` [PATCH v4 1/6] lib: change default for notmuch_query_set_omit_excluded Mark Walters
2012-04-07 16:10 ` [PATCH v4 2/6] cli: move count to the new --exclude=(true|false|flag) naming scheme Mark Walters
2012-04-07 16:10 ` [PATCH v4 3/6] cli: move search to the new --exclude= " Mark Walters
2012-04-07 16:10 ` [PATCH v4 4/6] cli: move show to the new --exclude= option " Mark Walters
2012-04-07 16:10 ` [PATCH v4 5/6] test: add some exclude tests Mark Walters
2012-04-07 16:10 ` [PATCH v4 6/6] emacs: make show set --exclude=false Mark Walters
2012-04-07 22:09 ` [PATCH v4 0/6] Move --no-exclude to --exclude=(true|false|flag) Austin Clements
2012-04-08  1:23 ` Jameson Graef Rollins
2012-04-08  2:16 ` David Bremner

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).