notmuch/lib
Carl Worth 4d35c3544d Don't create "contact" terms in the database.
We never did export any interface to get at these, and when I went to
use these, I found them inadequate, (because I wanted to distinguish
address found in from: from those found in To:). Meanwhile, it was
easy enough to extract addresses with a search like:

	notmuch show tag:sent | grep ^To:

so the storage of contact terms was just wasting space. Stop that.
2009-11-12 09:38:24 -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 notmuch show: Avoid segmentation for message with no subject. 2009-11-11 23:00:58 -08:00
query.cc libify: Move library sources down into lib directory. 2009-11-09 16:24:03 -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 libify: Move library sources down into lib directory. 2009-11-09 16:24:03 -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