summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authoralecpl <alec@alec.pl>2009-11-02 08:31:29 +0000
committeralecpl <alec@alec.pl>2009-11-02 08:31:29 +0000
commit50f56d2046a28e7d8ae48e84ddd32dd022d9cf8d (patch)
tree3395f43de3f34fdc584152e001713c4ca4a2d020 /config
parent5852de64a18f2c4d2964c8c7187541f19ce1bc5a (diff)
- top posting (#1484272)
Diffstat (limited to 'config')
-rw-r--r--config/main.inc.php.dist10
1 files changed, 10 insertions, 0 deletions
diff --git a/config/main.inc.php.dist b/config/main.inc.php.dist
index efa45957c..51c8ee450 100644
--- a/config/main.inc.php.dist
+++ b/config/main.inc.php.dist
@@ -450,5 +450,15 @@ $rcmail_config['display_next'] = FALSE;
// 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
?>