From 50f56d2046a28e7d8ae48e84ddd32dd022d9cf8d Mon Sep 17 00:00:00 2001
From: alecpl <alec@alec.pl>
Date: Mon, 02 Nov 2009 03:31:29 -0500
Subject: [PATCH] - top posting (#1484272)

---
 config/main.inc.php.dist |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)

diff --git a/config/main.inc.php.dist b/config/main.inc.php.dist
index efa4595..51c8ee4 100644
--- a/config/main.inc.php.dist
+++ b/config/main.inc.php.dist
@@ -450,5 +450,15 @@
 // If true, messages list will be sorted by message index instead of message date
 $rcmail_config['index_sort'] = TRUE;
 
+// When replying place cursor above original message (top posting)
+$rcmail_config['top_posting'] = FALSE;
+
+// Show signature:
+// 0 - Always
+// 1 - Never
+// 2 - New messages only
+// 3 - Forwards, Edits and Replies only
+$rcmail_config['show_sig'] = 0;
+
 // end of config file
 ?>

--
Gitblit v1.9.1