Aleksander Machniak
2012-08-26 651c7b6e9df38a3b7cdf6daebed39021d88c3bea
config/main.inc.php.dist
@@ -783,8 +783,11 @@
// 2 - Expand only threads with unread messages 
$rcmail_config['autoexpand_threads'] = 0;
// When replying place cursor above original message (top posting)
$rcmail_config['top_posting'] = false;
// When replying:
// -1 - don't cite the original message
// 0  - place cursor below the original message
// 1  - place cursor above original message (top posting)
$rcmail_config['reply_mode'] = 0;
// When replying strip original signature from message
$rcmail_config['strip_existing_sig'] = true;