diff options
author | alecpl <alec@alec.pl> | 2012-04-08 16:34:36 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2012-04-08 16:34:36 +0000 |
commit | 1b30a710cfe7fb2917ed337c52b06bb2236e1a05 (patch) | |
tree | 80465019a2941d6fa4ea8c67cb71e1c43d2e7447 /config | |
parent | 84b028ce0054a053f4aa019f311b507bb9faed08 (diff) |
- Add option to delete messages instead of moving to Trash when in Junk folder (#1486686)
Diffstat (limited to 'config')
-rw-r--r-- | 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 b5019abdc..185df7579 100644 --- a/config/main.inc.php.dist +++ b/config/main.inc.php.dist @@ -785,6 +785,9 @@ $rcmail_config['addressbook_search_mods'] = null; // Example: array('name'=>1, // when user is over quota and Trash is included in the quota. $rcmail_config['delete_always'] = false; +// Directly delete messages in Junk instead of moving to Trash +$rcmail_config['delete_junk'] = false; + // Behavior if a received message requests a message delivery notification (read receipt) // 0 = ask the user, 1 = send automatically, 2 = ignore (never send or ask) // 3 = send automatically if sender is in addressbook, otherwise ask the user |