]> git.cworth.org Git - notmuch/commit
libnotmuch: Underlying support for doing partial-results searches.
authorCarl Worth <cworth@cworth.org>
Fri, 13 Nov 2009 00:47:27 +0000 (16:47 -0800)
committerCarl Worth <cworth@cworth.org>
Fri, 13 Nov 2009 00:47:27 +0000 (16:47 -0800)
commit93dcc3b695e19dd36cc8f638c6e01ecbbd9a447d
tree5464887b28a4c53bc015fc8e6ea1a35221cf54c8
parente530910ae2f4a25ddf0a45bb9eb0402561d46686
libnotmuch: Underlying support for doing partial-results searches.

The library interface now allows the caller to do incremental searches,
(such as one page of results at a time). Next we'll just need to hook
this up to "notmuch search" and the emacs interface.
lib/notmuch.h
lib/query.cc
notmuch-dump.c
notmuch-reply.c
notmuch-search.c
notmuch-show.c
notmuch-tag.c