Sfoglia il codice sorgente

Configure sigstripping

Thijs Kinkhorst 22 anni fa
parent
commit
bee01fb7de
1 ha cambiato i file con 7 aggiunte e 0 eliminazioni
  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"),