config_query THUNDERBIRD_OFFICIAL "Enable official branding? If enabled, you may \
be restricted in distributing these binaries IAW mozilla policies" n  &&

config_query  THUNDERBIRD_STRIP                            \
                     'Remove debugging symbols (they are BIG, stripped by upstream default)?' \
                     y &&
config_query  THUNDERBIRD_SDK                              \
                     'Install SDK (including a non-stripped huge copy of libxul.so)?' \
                     n 
