bug # 523853 Added an option to put the automatic signature append to reply/forward...
[squirrelmail.git] / src / options_display.php
index 59fa47052449d36a9292249fcccbcab4440e7500..1a77f6300793bdd59b33606c43c328b16efea1b6 100644 (file)
@@ -239,6 +239,12 @@ function load_optpage_data_display() {
         'type'    => SMOPT_TYPE_BOOLEAN,
         'refresh' => SMOPT_REFRESH_ALL
     );
+    $optvals[SMOPT_GRP_MESSAGE][] = array(
+        'name'    => 'sig_first',
+        'caption' => _("Append signature before reply/forward text"),
+        'type'    => SMOPT_TYPE_BOOLEAN,
+        'refresh' => SMOPT_REFRESH_NONE
+    );
     /* Assemble all this together and return it as our result. */
     $result = array(
         'grps' => $optgrps,