X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;ds=sidebyside;f=plugins%2Fadministrator%2Fdefines.php;h=62322a2356500986997c60f7a40504bb01c01036;hb=353d074afac6827c90f4bb03e846c5e453d3b5b1;hp=3237fc261a777cbd78744dc581e666a047c2fbe6;hpb=9ae70b623b5bda18ee4b60d9481d49d057b2f508;p=squirrelmail.git diff --git a/plugins/administrator/defines.php b/plugins/administrator/defines.php index 3237fc26..62322a23 100644 --- a/plugins/administrator/defines.php +++ b/plugins/administrator/defines.php @@ -4,7 +4,7 @@ * Administrator plugin - Option definitions * * @author Philippe Mingo - * @copyright 1999-2014 The SquirrelMail Project Team + * @copyright 1999-2018 The SquirrelMail Project Team * @license http://opensource.org/licenses/gpl-license.php GNU Public License * @version $Id$ * @package plugins @@ -261,6 +261,8 @@ $defcfg = array( '$config_version' => array( 'name' => _("Config File Version"), '$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"), 'comment' => _("Used only when identities can't be modified"),