From eeb85f425760028fd87515f6c7a186ab100283ec Mon Sep 17 00:00:00 2001 From: alecpl <alec@alec.pl> Date: Tue, 02 Nov 2010 10:53:54 -0400 Subject: [PATCH] - Add option to place replies in the folder of the message being replied to (#1485945) --- config/main.inc.php.dist | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/config/main.inc.php.dist b/config/main.inc.php.dist index 974e8b3..d85b507 100644 --- a/config/main.inc.php.dist +++ b/config/main.inc.php.dist @@ -589,4 +589,7 @@ // Delivery Status Notification checkbox default state $rcmail_config['dsn_default'] = 0; +// Place replies in the folder of the message being replied to +$rcmail_config['reply_same_folder'] = false; + // end of config file -- Gitblit v1.9.1