aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/database.cc
diff options
context:
space:
mode:
authorGravatar Carl Worth <cworth@cworth.org>2009-11-12 09:38:24 -0800
committerGravatar Carl Worth <cworth@cworth.org>2009-11-12 09:38:24 -0800
commit4d35c3544d7bb0143cb1a17cc197cfe271670bf8 (patch)
tree4ba708c8cf46fb89e10a804ea1edbcd03f649bdd /lib/database.cc
parentf0d4c3ace230dd043984c0acc57e20ae92c85337 (diff)
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.
Diffstat (limited to 'lib/database.cc')
-rw-r--r--lib/database.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/database.cc b/lib/database.cc
index 6b7ad49d..4e49e53f 100644
--- a/lib/database.cc
+++ b/lib/database.cc
@@ -107,7 +107,6 @@ prefix_t BOOLEAN_PREFIX_INTERNAL[] = {
{ "ref", "XREFERENCE" },
{ "replyto", "XREPLYTO" },
{ "timestamp", "XTIMESTAMP" },
- { "contact", "XCONTACT" }
};
prefix_t BOOLEAN_PREFIX_EXTERNAL[] = {