From: Michael M Slusarz Date: Sat, 2 Oct 2010 08:09:12 +0000 (-0600) Subject: Remove superfluous link within IMP's own prefs X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=2afebc0612a555730d2d395410b3b54d678d5859;p=horde.git Remove superfluous link within IMP's own prefs --- diff --git a/imp/config/prefs.php.dist b/imp/config/prefs.php.dist index 568cce629..a49834b93 100644 --- a/imp/config/prefs.php.dist +++ b/imp/config/prefs.php.dist @@ -420,23 +420,14 @@ $prefGroups['compose'] = array( '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',