config_query_option  SEAMONKEY_MAILNEWS                  \
                     'Build Mail/News client?'           \
                     y                                   \
                     '--enable-mailnews'                 \
                     '--disable-mailnews'                &&
config_query_option  SEAMONKEY_CHAT                      \
                     'Build Chat component?'             \
                     y                                   \
                     '--enable-chat'                     \
                     '--disable-chat'                    &&
config_query_option  SEAMONKEY_COMPOSER                  \
                     'Build Composer component?'         \
                     y                                   \
                     '--enable-composer'                 \
                     '--disable-composer'                &&
config_query_option  SEAMONKEY_MATHML                    \
                     'Enable MathML?'                    \
                     y                                   \
                     '--enable-mathml'                   \
                     '--disable-mathml'                  &&
config_query_option  SEAMONKEY_JS                        \
                     'Build JavaScript profile tool?'    \
                     n                                   \
                     '--enable-xpctools'                 \
                     '--disable-xpctools'                &&
config_query_option  SEAMONKEY_XINERAMA                  \
                     'Enable Xinerama support?'          \
                     n                                   \
                     '--enable-xinerama'                 \
                     '--disable-xinerama'                &&
#Getting rid of that annoying nullplugin
config_query  SEAMONKEY_NULLPLUGIN                       \
"Do you want nullplugin installed (to enable auto search and install of other plugins)" \
              y
