if [[ "$(installed_version $SPELL | cut -c-3 | sed -e 's/\.//g')" -lt "20" ]] && \
    spell_ok $SPELL ; then
    message "Warning the dovecot.conf has some minor changes. Please see"
    message "http://wiki2.dovecot.org/Upgrading/2.0 for further information"
    query "Please acknowledge that you've read the warning from above" n || return 1
fi &&

config_query DOVECOT_PIGEONHOLE 'Use Dovecot Pigeonhole(sieve, managesieve)?' y

