Remove superfluous link within IMP's own prefs
authorMichael M Slusarz <slusarz@curecanti.org>
Sat, 2 Oct 2010 08:09:12 +0000 (02:09 -0600)
committerMichael M Slusarz <slusarz@curecanti.org>
Sun, 3 Oct 2010 20:26:08 +0000 (14:26 -0600)
imp/config/prefs.php.dist

index 568cce6..a49834b 100644 (file)
@@ -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',