//025compose
$prefGroups['compose'] = array(
    'column' => _("Message Options"),
    'label' => _("Message Composition"),
    'desc' => _("Customize how you send mail."),
    'members' => array('mail_domain', 'compose_popup', 'compose_html',
                      'jseditor', 'fckeditor_buttons', 'xinha_hide_buttons',
                       'compose_cursor', 'compose_cc', 'compose_bcc',
                       'stationery_link', 'compose_spellcheck',
                       'compose_confirm', 'reply_quote',
                       'reply_format', 'forward_default', 'forward_bodytext',
                       'reply_headers', 'attrib_text', 'folderselect',
                       'close_draft', 'unseen_drafts', 'set_priority',
                       'sending_charset', 'encryptselect', 'save_attachments')
);

