notmuch/lib
Carl Worth bbf4b8e4ae notmuch_query_search_threads: Avoid returning more threads than asked for.
I thought it would be safe enough to return a few extra threads,
(since we happened to already get the relevant messages out of the
database). The problem is that then requires the caller to carefully
read the number of threads returned and adjust its next "first" value
accordingly. The interface is much simpler to use if we simply return
exactly what is asked for and no more.
2009-11-12 20:31:22 -08:00
..
database-private.h libify: Move library sources down into lib directory. 2009-11-09 16:24:03 -08:00
database.cc Don't create "contact" terms in the database. 2009-11-12 09:38:24 -08:00
index.cc Don't create "contact" terms in the database. 2009-11-12 09:38:24 -08:00
libsha1.c libify: Move library sources down into lib directory. 2009-11-09 16:24:03 -08:00
libsha1.h libify: Move library sources down into lib directory. 2009-11-09 16:24:03 -08:00
Makefile Implement a non-recursive make. 2009-11-10 07:24:10 -08:00
Makefile.local Makefile: Make the top-level Makefile a little more independent. 2009-11-10 08:34:54 -08:00
message-file.c notmuch show: Avoid segmentation for message with no subject. 2009-11-11 23:00:58 -08:00
message.cc libify: Move library sources down into lib directory. 2009-11-09 16:24:03 -08:00
notmuch-private.h libify: Move library sources down into lib directory. 2009-11-09 16:24:03 -08:00
notmuch.h libnotmuch: Underlying support for doing partial-results searches. 2009-11-12 16:47:27 -08:00
query.cc notmuch_query_search_threads: Avoid returning more threads than asked for. 2009-11-12 20:31:22 -08:00
sha1.c libify: Move library sources down into lib directory. 2009-11-09 16:24:03 -08:00
tags.c libify: Move library sources down into lib directory. 2009-11-09 16:24:03 -08:00
thread.cc notmuch search: Print the names of author of matched emails. 2009-11-12 09:59:47 -08:00
xutil.c libify: Move library sources down into lib directory. 2009-11-09 16:24:03 -08:00
xutil.h libify: Move library sources down into lib directory. 2009-11-09 16:24:03 -08:00