From 2afebc0612a555730d2d395410b3b54d678d5859 Mon Sep 17 00:00:00 2001 From: Michael M Slusarz Date: Sat, 2 Oct 2010 02:09:12 -0600 Subject: [PATCH] Remove superfluous link within IMP's own prefs --- imp/config/prefs.php.dist | 19 +++++-------------- 1 file changed, 5 insertions(+), 14 deletions(-) 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', -- 2.11.0