From: kink Date: Sun, 27 Jul 2003 20:21:10 +0000 (+0000) Subject: Configure sigstripping X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=commitdiff_plain;h=4ee86d708f8f8e63044a59c583d76b99e3e735b8 Configure sigstripping git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@5458 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- diff --git a/include/options/display.php b/include/options/display.php index eb218c52..7ee723c3 100644 --- a/include/options/display.php +++ b/include/options/display.php @@ -282,6 +282,13 @@ function load_optpage_data_display() { 'refresh' => SMOPT_REFRESH_NONE ); + $optvals[SMOPT_GRP_MESSAGE][] = array( + 'name' => 'strip_sigs', + 'caption' => _("Strip signature when replying"), + 'type' => SMOPT_TYPE_BOOLEAN, + 'refresh' => SMOPT_REFRESH_NONE + ); + $optvals[SMOPT_GRP_MESSAGE][] = array( 'name' => 'internal_date_sort', 'caption' => _("Enable Sort by of Receive Date"),