notmuch/lib
Carl Worth c168e24174 notmuch search: Print the number of matched/total messages for each thread.
Note that we don't print the number of *unread* messages, but instead
the number of messages that matched the search terms. This is in
keeping with our philosophy that the inbox is nothing more than a
search view. If we search for messages with an inbox tag, then that's
what we'll get a count of. (And if somebody does want to see unread
counts, then they can search for the "unread" tag.)

Getting the number of matched messages is really nice when doing
historical searches. For example in a search like:

	notmuch search tag:sent

(where the "sent" tag has been applied to all messages originating
from the user's email address)---here it's really nice to be able to
see a thread where the user just mentioned one point [1/13] vs. really
getting involved in the discussion [10/29].
2009-11-12 22:01:44 -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 Use $(MAKE) when invoking make from make. 2009-11-12 22:00:51 -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 notmuch search: Print the number of matched/total messages for each thread. 2009-11-12 22:01:44 -08:00
notmuch.h notmuch search: Print the number of matched/total messages for each thread. 2009-11-12 22:01:44 -08:00
query.cc notmuch search: Print the number of matched/total messages for each thread. 2009-11-12 22:01:44 -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 number of matched/total messages for each thread. 2009-11-12 22:01:44 -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