config_query_option  MOZILLA_MAILNEWS  'Build Mail/News client?'     y  \
                     '--enable-mailnews'  '--disable-mailnews'          && 

if  [  "$MOZILLA_MAILNEWS"  ==  '--enable-mailnews'  ];  then
  config_query  MOZILLA_ENIGMAIL  'Enable Enigmail encryption extension (must select crypto support below)?'  y
else
  persistent_add  MOZILLA_ENIGMAIL  &&
  MOZILLA_ENIGMAIL="n"
fi  &&
              
config_query_option  MOZILLA_CHAT      'Build Chat component?'       y  \
                     '--enable-chat'  '--disable-chat'                  && 

config_query_option  MOZILLA_CALENDAR  'Build Calendar component?'   y  \
                     '--enable-calendar'  '--disable-calendar'          &&

config_query_option  MOZILLA_COMPOSER  'Build Composer component?'   y  \
                     '--enable-composer'  '--disable-composer'          &&

config_query_option  MOZILLA_MATHML    'Enable MathML?'              y  \
                     '--enable-mathml'  '--disable-mathml'              &&

config_query_list    MOZILLA_RENDER    'Possible SVG renderers:'        \
                     'none'  'cairo'  'libart_svg'                      &&

config_query_option  MOZILLA_JS    'Build JavaScript profile tool?'  n  \
                     '--enable-xpctools'  '--disable-xpctools'          &&

config_query_option  MOZILLA_XINERAMA  'Enable Xinerama support?'    n  \
                     '--enable-xinerama'  '--disable-xinerama'

#if query 'Enable Spellcheck extension?' y; then
#  echo 'MOZILLA_EXT=$MOZILLA_EXT,spellcheck' >> $SPELL_CONFIG
#  message "${MESSAGE_COLOR}Type in the word 'guest' below...${DEFAULT_COLOR}"
#  cvs -d :pserver:guest@mozdev.org:/cvs login
#fi
