diff --git a/core/dovecot/Dockerfile b/core/dovecot/Dockerfile index 5a715099..60f6ab9b 100644 --- a/core/dovecot/Dockerfile +++ b/core/dovecot/Dockerfile @@ -4,7 +4,7 @@ WORKDIR /tmp RUN apk add git build-base automake autoconf libtool dovecot-dev xapian-core-dev icu-dev RUN git clone https://github.com/grosjo/fts-xapian.git \ && cd fts-xapian \ - # && git checkout 1.2.7 \ # TODO: when upstream releases 1.2.7, use that + && git checkout 1.2.7 \ && autoreconf -vi \ && PANDOC=false ./configure --with-dovecot=/usr/lib/dovecot \ && make \ diff --git a/towncrier/newsfragments/1320.feature b/towncrier/newsfragments/1320.feature new file mode 100644 index 00000000..fc3fd5aa --- /dev/null +++ b/towncrier/newsfragments/1320.feature @@ -0,0 +1 @@ +Allow users to use server-sided full-text-search again by adding the dovecot fts-xapian plugin