浏览代码

Configure sigstripping

Thijs Kinkhorst 22 年之前
父节点
当前提交
bee01fb7de
共有 1 个文件被更改,包括 7 次插入0 次删除
  1. 7 0
      include/options/display.php

+ 7 - 0
include/options/display.php

@@ -282,6 +282,13 @@ function load_optpage_data_display() {
         'refresh' => SMOPT_REFRESH_NONE
         '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(
     $optvals[SMOPT_GRP_MESSAGE][] = array(
         'name'    => 'internal_date_sort',
         'name'    => 'internal_date_sort',
         'caption' => _("Enable Sort by of Receive Date"),
         'caption' => _("Enable Sort by of Receive Date"),