diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-11-02 14:53:54 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-11-02 14:53:54 +0000 |
| commit | a32d4b14ea1bad6830c4388f462c15041b0160e4 (patch) | |
| tree | 0d7710f8e342ea6f9375072b3272f80116ae0f41 /roundcubemail/config | |
| parent | 9c52efeaa1a98354f54d982dafbb178404bb51ae (diff) | |
- Add option to place replies in the folder of the message being replied to (#1485945)
git-svn-id: https://svn.roundcube.net/trunk@4169 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/config')
| -rw-r--r-- | roundcubemail/config/main.inc.php.dist | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/roundcubemail/config/main.inc.php.dist b/roundcubemail/config/main.inc.php.dist index 974e8b3b1..d85b507ef 100644 --- a/roundcubemail/config/main.inc.php.dist +++ b/roundcubemail/config/main.inc.php.dist @@ -589,4 +589,7 @@ $rcmail_config['mdn_default'] = 0; // 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 |
