dovecot-2.2: fts-lucene: Compiling fix for previous change

dovecot at dovecot.org dovecot at dovecot.org
Wed Sep 26 18:01:29 EEST 2012


details:   http://hg.dovecot.org/dovecot-2.2/rev/a9a49a30344b
changeset: 15144:a9a49a30344b
user:      Timo Sirainen <tss at iki.fi>
date:      Tue Sep 18 20:53:50 2012 +0300
description:
fts-lucene: Compiling fix for previous change

diffstat:

 src/plugins/fts-lucene/lucene-wrapper.cc |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (20 lines):

diff -r f9424b066dcb -r a9a49a30344b src/plugins/fts-lucene/lucene-wrapper.cc
--- a/src/plugins/fts-lucene/lucene-wrapper.cc	Tue Sep 18 20:48:25 2012 +0300
+++ b/src/plugins/fts-lucene/lucene-wrapper.cc	Tue Sep 18 20:53:50 2012 +0300
@@ -10,7 +10,6 @@
 #include "mail-index.h"
 #include "mail-search.h"
 #include "mail-namespace.h"
-#include "mailbox-list-private.h"
 #include "mail-storage.h"
 #include "fts-expunge-log.h"
 #include "fts-lucene-plugin.h"
@@ -110,7 +109,7 @@
 	index->path = i_strdup(path);
 	index->list = list;
 	index->normalizer = !set->normalize ? NULL :
-		list->ns->user->default_normalizer;
+		mailbox_list_get_namespace(list)->user->default_normalizer;
 	if (set != NULL)
 		index->set = *set;
 	else {


More information about the dovecot-cvs mailing list