config_query_option AFTERSTEP_OPTS 'Enable script support?' y \
  '--enable-script' '--disable-script'                        &&

config_query_option AFTERSTEP_OPTS 'Enable saving windows for next session?' y \
  '--enable-savewindows' '--disable-savewindows'                               &&

config_query_option AFTERSTEP_OPTS 'Enable virtual desktop support?' y       \
  '--enable-virtual' '--disable-virtual'                                     &&

config_query_option AFTERSTEP_OPTS 'Check for availability of menu items?' y \
  '--enable-availability' '--disable-availability'                           &&

config_query_option AFTERSTEP_OPTS 'Enable Afterstep control panel?' y \
  '--enable-ascp' '--disable-ascp'                                     &&

message "Afterstep's developers would like you to send them a postcard \
(actually an email) with the configuration details to help with development." &&
config_query_option AFTERSTEP_OPTS 'Send a postcard?' n \
  '--enable-send-postcard-to-developer'                 \
  '--disable-send-postcard-to-developer'

