Browse Source

Removed "Include CCs when Forwarding Messages", which had no functionality whatsoever

pdontthink 18 years ago
parent
commit
f703541e64
3 changed files with 2 additions and 9 deletions
  1. 2 0
      ChangeLog
  2. 0 2
      include/load_prefs.php
  3. 0 7
      include/options/compose.php

+ 2 - 0
ChangeLog

@@ -215,6 +215,8 @@ Version 1.5.2 - SVN
     since it was not made use of and in rare cases, made sessions too big
     since it was not made use of and in rare cases, made sessions too big
   - Composition restoration functionality now correctly restores attachments
   - Composition restoration functionality now correctly restores attachments
   - Added smtp_auth hook
   - Added smtp_auth hook
+  - Removed "Include CCs when Forwarding Messages", which had no functionality
+    whatsoever.
 
 
 Version 1.5.1 (branched on 2006-02-12)
 Version 1.5.1 (branched on 2006-02-12)
 --------------------------------------
 --------------------------------------

+ 0 - 2
include/load_prefs.php

@@ -317,8 +317,6 @@ $show_only_subscribed_folders =
     getPref($data_dir, $username, 'show_only_subscribed_folders', SMPREF_ON);
     getPref($data_dir, $username, 'show_only_subscribed_folders', SMPREF_ON);
 
 
 
 
-$forward_cc = getPref($data_dir, $username, 'forward_cc', SMPREF_OFF);
-
 /* How are mailbox select lists displayed: 0. full names, 1. indented (default),
 /* How are mailbox select lists displayed: 0. full names, 1. indented (default),
  * 3. delimited) */
  * 3. delimited) */
 $mailbox_select_style = getPref($data_dir, $username, 'mailbox_select_style', SMPREF_MAILBOX_SELECT_INDENTED);
 $mailbox_select_style = getPref($data_dir, $username, 'mailbox_select_style', SMPREF_MAILBOX_SELECT_INDENTED);

+ 0 - 7
include/options/compose.php

@@ -107,13 +107,6 @@ function load_optpage_data_compose() {
     $optgrps[SMOPT_GRP_COMPOSE_REPLY] = _("Replying and Forwarding Messages");
     $optgrps[SMOPT_GRP_COMPOSE_REPLY] = _("Replying and Forwarding Messages");
     $optvals[SMOPT_GRP_COMPOSE_REPLY] = array();
     $optvals[SMOPT_GRP_COMPOSE_REPLY] = array();
 
 
-    $optvals[SMOPT_GRP_COMPOSE_REPLY][] = array(
-        'name'    => 'forward_cc',
-        'caption' => _("Include CCs when Forwarding Messages"),
-        'type'    => SMOPT_TYPE_BOOLEAN,
-        'refresh' => SMOPT_REFRESH_NONE
-    );
-
     $optvals[SMOPT_GRP_COMPOSE_REPLY][] = array(
     $optvals[SMOPT_GRP_COMPOSE_REPLY][] = array(
         'name'    => 'include_self_reply_all',
         'name'    => 'include_self_reply_all',
         'caption' => _("Include Me in CC when I Reply All"),
         'caption' => _("Include Me in CC when I Reply All"),