'label' => _("Message Composition"),
'desc' => _("Configure how you send mail."),
'members' => array(
- 'stationery_link', 'mailto_handler', 'compose_cc', 'compose_bcc',
- 'compose_spellcheck', 'compose_confirm', 'set_priority',
- 'compose_popup', 'compose_html', 'compose_html_font_family',
- 'compose_html_font_size', 'mail_domain', 'compose_cursor',
- 'sending_charset', 'encryptselect', 'save_attachments',
- 'disposition_request_read'
+ 'mailto_handler', 'compose_cc', 'compose_bcc', 'compose_spellcheck',
+ 'compose_confirm', 'set_priority', 'compose_popup', 'compose_html',
+ 'compose_html_font_family', 'compose_html_font_size', 'mail_domain',
+ 'compose_cursor', 'sending_charset', 'encryptselect',
+ 'save_attachments', 'disposition_request_read'
)
);
-// Link to the stationery preferences.
-$_prefs['stationery_link'] = array(
- 'type' => 'prefslink',
- 'group' => 'stationery',
- 'img' => 'compose.png',
- 'desc' => _("Edit stationery and form responses.")
-);
-
// Link to add a Firefox 3 mailto: handler
$_prefs['mailto_handler'] = array(
'type' => 'link',