On 2013-09-26 04:35, Antonio Straziota wrote:
Hi all, I tried to search on the web about this setting, but i found only a lot of discussion about the benefit of the feature.
I looked at main.inc.php and I found:
$rcmail_config['top_posting'] = false;
I tried to change this parameter in true, but nothing happens: all new user has always "start new message below the quote".
Any idea?
What version are you using? In 0.9.4 (latest stable release) the correct parameter is:
// 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'] = 1;