head 1.2; access; symbols pkgsrc-2016Q3:1.1.0.2 pkgsrc-2016Q3-base:1.1; locks; strict; comment @# @; 1.2 date 2016.11.17.15.10.07; author taca; state dead; branches; next 1.1; commitid TckPzUpbAFssFuuz; 1.1 date 2016.09.27.12.11.11; author manu; state Exp; branches; next ; commitid DRRmt74oMWwUjVnz; desc @@ 1.2 log @Update squirrelmail to 1.4.23pre14605, latest snapshot. PHP 7.0 support should be improved, too. - Added new "smtp_helo_override" hook; allows plugins to override the HELO host sent to the SMTP server when sending messages - Added STARTTLS support for both IMAP and SMTP connections - Added PDO support for database connections, so no external database module needs to be installed @ text @$NetBSD: patch-plugins_administrator_defines.php,v 1.1 2016/09/27 12:11:11 manu Exp $ Fix syntax error, form Jean-Jacques Puig --- plugins/administrator/defines.php.orig +++ plugins/administrator/defines.php @@@@ -243,6 +243,7 @@@@ '$edit_identity' => array( 'name' => _("Allow editing of identities"), 'type' => SMOPT_TYPE_BOOLEAN ), '$edit_name' => array( 'name' => _("Allow editing of full name"), + 'type' => SMOPT_TYPE_BOOLEAN ), '$edit_reply_to' => array( 'name' => _("Allow editing of reply-to address"), 'type' => SMOPT_TYPE_BOOLEAN ), '$hide_auth_header' => array( 'name' => _("Remove username from headers"), @ 1.1 log @Syntax error and PHP 5 compatibility fixes in squirrelmail plugins From Jean-Jacques Puig @ text @d1 1 a1 1 $NetBSD$ @