config_query_list  MAILDROP_AUTHDB                                                    \
                   "Which userdb database would you like to use for authentication?"  \
                   none  db  gdbm                                                     &&

config_query_option  MAILDROP_AUTHLIB                                                                                             \
                     "Install courier-authlib to store mail account configuration in an LDAP, MySQL, or PostgreSQL database."  n  \
                     ""                                                                                                           \
                     "--disable-authlib"                                                                                          &&

config_query_option  MAILDROP_TRASHQUOTA                                                                              \
                     "Include deleted messages, and the Trash folder, in the estimated quota usage for maildirs?"  n  \
                     "--with-trashquota"                                                                              \
                     "--without-trashquota"                                                                           &&

config_query_option  MAILDROP_DIRSYNC                                      \
                     "Explicitly sync the maildir's parent directory?"  n  \
                     "--with-dirsync"                                      \
                     "--without-dirsync"

