summaryrefslogtreecommitdiff
path: root/roundcubemail/config
diff options
context:
space:
mode:
authoralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2009-11-02 08:31:29 +0000
committeralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2009-11-02 08:31:29 +0000
commit88798d1ed2265d3fc8d7a31e3509c2c52064e62c (patch)
tree1001808160303454bba193ed1e3730c703f3fa50 /roundcubemail/config
parent5d2f4c2023d5b7d0d085a1cb71f53cf4bfb96bc4 (diff)
- top posting (#1484272)
git-svn-id: https://svn.roundcube.net/trunk@3087 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/config')
-rw-r--r--roundcubemail/config/main.inc.php.dist10
1 files changed, 10 insertions, 0 deletions
diff --git a/roundcubemail/config/main.inc.php.dist b/roundcubemail/config/main.inc.php.dist
index efa45957c..51c8ee450 100644
--- a/roundcubemail/config/main.inc.php.dist
+++ b/roundcubemail/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
?>