Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 04 Apr 2016 19:47:51 +0000
From:      bugzilla-noreply@freebsd.org
To:        gecko@FreeBSD.org
Subject:   [Bug 208500] mail/thunderbird search not working anymore
Message-ID:  <bug-208500-21738-DVk0VP7uqY@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-208500-21738@https.bugs.freebsd.org/bugzilla/>
References:  <bug-208500-21738@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D208500

Christoph Moench-Tegeder <cmt@freebsd.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |cmt@freebsd.org

--- Comment #1 from Christoph Moench-Tegeder <cmt@freebsd.org> ---
Thunderbird search uses sqlite3 behind the scenes. In particular, it uses t=
he
fts3_tokenizer() in it's two-argument incarnation - the very sqlite3 feature
which was made optional in ports r411118 - see also linked
https://www.sqlite.org/compile.html#enable_fts3_tokenizer

Until someone (me? you? upstream?) has a better idea, the workaround is to
rebuild databases/sqlite3 with FTS3_TOKEN enabled (should that become defau=
lt,
despite it's security concerns? I'd rather go for sqlite3 3.12 and activate
this feature only on these particular connections).

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-208500-21738-DVk0VP7uqY>