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)
--------------------------------------
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);
$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"),