瀏覽代碼

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

pdontthink 18 年之前
父節點
當前提交
f703541e64
共有 3 個文件被更改,包括 2 次插入9 次删除
  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
   - Composition restoration functionality now correctly restores attachments
   - Added smtp_auth hook
+  - Removed "Include CCs when Forwarding Messages", which had no functionality
+    whatsoever.
 
 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);
 
 
-$forward_cc = getPref($data_dir, $username, 'forward_cc', SMPREF_OFF);
-
 /* How are mailbox select lists displayed: 0. full names, 1. indented (default),
  * 3. delimited) */
 $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");
     $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(
         'name'    => 'include_self_reply_all',
         'caption' => _("Include Me in CC when I Reply All"),