From 5939ce51d7527784e5a53c1f1f4b16aaf189ead2 Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Mon, 23 May 2016 01:58:48 +0200 Subject: Dovecot imapc: use the version from jessie-backports. Since many bug have been fixed since 2.2.13, and we really want passthrough search on the caching proxy. --- roles/IMAP-proxy/templates/etc/dovecot/conf.d/20-imapc.conf.j2 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'roles/IMAP-proxy/templates/etc/dovecot/conf.d/20-imapc.conf.j2') diff --git a/roles/IMAP-proxy/templates/etc/dovecot/conf.d/20-imapc.conf.j2 b/roles/IMAP-proxy/templates/etc/dovecot/conf.d/20-imapc.conf.j2 index 39dbbd6..6284f67 100644 --- a/roles/IMAP-proxy/templates/etc/dovecot/conf.d/20-imapc.conf.j2 +++ b/roles/IMAP-proxy/templates/etc/dovecot/conf.d/20-imapc.conf.j2 @@ -14,5 +14,4 @@ mail_prefetch_count = 25 # The list of valid features can be found at # https://github.com/dovecot/core/blob/master/src/lib-storage/index/imapc/imapc-settings.c # (in the struct 'imapc_feature_list imapc_feature_list') -imapc_features = rfc822.size fetch-headers -#imapc_features = rfc822.size fetch-headers search +imapc_features = rfc822.size fetch-headers search -- cgit v1.2.3