unofficial mirror of notmuch@notmuchmail.org
 help / color / mirror / code / Atom feed
* [PATCH v7 0/6] lib/cli: limit number of messages in search results
@ 2011-11-15 20:08 Jani Nikula
  2011-11-15 20:08 ` [PATCH v7 1/6] lib: add function to get the number of threads matching a search Jani Nikula
                   ` (6 more replies)
  0 siblings, 7 replies; 10+ messages in thread
From: Jani Nikula @ 2011-11-15 20:08 UTC (permalink / raw)
  To: notmuch

v7, s/--first/--offset/ and s/--maxitems/--limit/ and rebased against master
since since id:"cover.1321217854.git.jani@nikula.org"

BR,
Jani.


Jani Nikula (6):
  lib: add function to get the number of threads matching a search
  cli: add options --offset and --limit to notmuch search
  cli: drop unused code from notmuch count
  cli: add support for --output parameter in notmuch count
  test: add tests for notmuch count
  test: add tests for notmuch search --offset and --limit

 NEWS                 |   10 +++++++
 lib/notmuch.h        |   14 ++++++++++
 lib/query.cc         |   44 +++++++++++++++++++++++++++++++
 notmuch-count.c      |   44 +++++++++----------------------
 notmuch-search.c     |   68 +++++++++++++++++++++++++++++++++++++++--------
 notmuch.1            |   48 +++++++++++++++++++++++++++++----
 notmuch.c            |   29 +++++++++++++++++---
 test/count           |   40 ++++++++++++++++++++++++++++
 test/notmuch-test    |    2 +
 test/search-limiting |   71 ++++++++++++++++++++++++++++++++++++++++++++++++++
 10 files changed, 317 insertions(+), 53 deletions(-)
 create mode 100755 test/count
 create mode 100755 test/search-limiting

-- 
1.7.5.4

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

end of thread, other threads:[~2011-11-16 11:17 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-15 20:08 [PATCH v7 0/6] lib/cli: limit number of messages in search results Jani Nikula
2011-11-15 20:08 ` [PATCH v7 1/6] lib: add function to get the number of threads matching a search Jani Nikula
2011-11-15 20:08 ` [PATCH v7 2/6] cli: add options --offset and --limit to notmuch search Jani Nikula
2011-11-15 20:08 ` [PATCH v7 3/6] cli: drop unused code from notmuch count Jani Nikula
2011-11-15 20:08 ` [PATCH v7 4/6] cli: add support for --output parameter in " Jani Nikula
2011-11-15 20:08 ` [PATCH v7 5/6] test: add tests for " Jani Nikula
2011-11-15 20:08 ` [PATCH v7 6/6] test: add tests for notmuch search --offset and --limit Jani Nikula
2011-11-15 23:41 ` [PATCH v7 0/6] lib/cli: limit number of messages in search results David Bremner
2011-11-16 10:00   ` Jani Nikula
2011-11-16 11: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).