dovecot-2.2: lib-fts: Added string_t *token to struct fts_filter

dovecot at dovecot.org dovecot at dovecot.org
Tue Jun 2 19:03:31 UTC 2015


details:   http://hg.dovecot.org/dovecot-2.2/rev/26d9a4fcb0d4
changeset: 18802:26d9a4fcb0d4
user:      Timo Sirainen <tss at iki.fi>
date:      Tue Jun 02 21:56:03 2015 +0300
description:
lib-fts: Added string_t *token to struct fts_filter
This makes the work a bit easier for simple filters that don't need any
state but want to use a string_t.

diffstat:

 src/lib-fts/fts-filter-private.h |  1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diffs (11 lines):

diff -r 2bf5c51738d4 -r 26d9a4fcb0d4 src/lib-fts/fts-filter-private.h
--- a/src/lib-fts/fts-filter-private.h	Tue Jun 02 21:54:52 2015 +0300
+++ b/src/lib-fts/fts-filter-private.h	Tue Jun 02 21:56:03 2015 +0300
@@ -28,6 +28,7 @@
 	const struct fts_filter_vfuncs *v;
 	int refcount;
 	struct fts_filter *parent;
+	string_t *token;
 };
 
 #endif


More information about the dovecot-cvs mailing list