summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2013-03-26 19:36:47 +0100
committerAleksander Machniak <alec@alec.pl>2013-03-26 19:38:07 +0100
commit099d2b9fd4af3c7e7f1568af3c01c0b2e52cd9c3 (patch)
tree61ef7c58e07f18dc1c1977938b3533e4401a43ab /config
parent321d8b06fb32d6fa6bc991f7fbb95d63bdb70390 (diff)
Remove sig_above configuration option, use reply_mode only (#1489001)
Diffstat (limited to 'config')
-rw-r--r--config/main.inc.php.dist3
1 files changed, 0 insertions, 3 deletions
diff --git a/config/main.inc.php.dist b/config/main.inc.php.dist
index b113b41a8..5a652a5b1 100644
--- a/config/main.inc.php.dist
+++ b/config/main.inc.php.dist
@@ -835,9 +835,6 @@ $rcmail_config['strip_existing_sig'] = true;
// 3 - Forwards and Replies only
$rcmail_config['show_sig'] = 1;
-// When replying or forwarding place sender's signature above existing message
-$rcmail_config['sig_above'] = false;
-
// Use MIME encoding (quoted-printable) for 8bit characters in message body
$rcmail_config['force_7bit'] = false;