From 50f56d2046a28e7d8ae48e84ddd32dd022d9cf8d Mon Sep 17 00:00:00 2001 From: alecpl Date: Mon, 2 Nov 2009 08:31:29 +0000 Subject: - top posting (#1484272) --- config/main.inc.php.dist | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'config') 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 ?> -- cgit v1.2.3