#if [[ -z $IPV6 ]]; then
#  persistent_read evolution2 NNTP EVOLUTION_NNTP
#  persistent_read evolution2 PLUGINS EVOLUTION_PLUGINS
#  persistent_add EVOLUTION_IPV6 EVOLUTION_NNTP EVOLUTION_PLUGINS
#fi

config_query_option EVOLUTION_NNTP "Build Usenet news (NNTP) backend" y  \
                    "--enable-nntp" "--disable-nntp"                     &&

config_query_option EVOLUTION_EXCHANGE "Build Exchange plugin?" n        \
                    "--enable-exchange" "--disable-exchange"             &&

config_query_list EVOLUTION_PLUGINS "Enable Plugins?"                    \
                  all base experimental no                               


