From 399a2d68b6529f19898b6d6ef3c05add128aadfa Mon Sep 17 00:00:00 2001 From: Aleksander Machniak <alec@alec.pl> Date: Thu, 03 Sep 2015 03:28:17 -0400 Subject: [PATCH] Make optional adding of standard signature separator - sig_separator (#1487768) --- config/defaults.inc.php | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/config/defaults.inc.php b/config/defaults.inc.php index 3bb8cf9..a3b7b53 100644 --- a/config/defaults.inc.php +++ b/config/defaults.inc.php @@ -1116,6 +1116,9 @@ // the signature below the quoted text (sig_below = true). $config['sig_below'] = false; +// Enables adding of standard separator to the signature +$config['sig_separator'] = true; + // Use MIME encoding (quoted-printable) for 8bit characters in message body $config['force_7bit'] = false; -- Gitblit v1.9.1