summaryrefslogtreecommitdiffstats
path: root/common/mailpreprocessor.h
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2016-10-13 18:38:35 +0200
committerChristian Mollekopf <chrigi_1@fastmail.fm>2018-02-11 23:03:17 +0100
commit6051c1247cde61bcc8e483eb4166e5a297c0ecc6 (patch)
treedf3aba1ef4011f2640b17c8cf7a9b106933231ab /common/mailpreprocessor.h
parent8740a007515dcf1b315d69ab5c64fcfd40ec980c (diff)
downloadsink-6051c1247cde61bcc8e483eb4166e5a297c0ecc6.tar.gz
sink-6051c1247cde61bcc8e483eb4166e5a297c0ecc6.zip
Xapian based fulltext indexing
This cuts into the sync performance by about 40%, but gives us fast fulltext searching for all local content.
Diffstat (limited to 'common/mailpreprocessor.h')
-rw-r--r--common/mailpreprocessor.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/common/mailpreprocessor.h b/common/mailpreprocessor.h
index d2e79ca..c0eacaf 100644
--- a/common/mailpreprocessor.h
+++ b/common/mailpreprocessor.h
@@ -29,4 +29,3 @@ public:
29protected: 29protected:
30 static void updatedIndexedProperties(Sink::ApplicationDomain::Mail &mail, const QByteArray &data); 30 static void updatedIndexedProperties(Sink::ApplicationDomain::Mail &mail, const QByteArray &data);
31}; 31};
32