diff options
author | thomascube <thomas@roundcube.net> | 2008-07-31 15:23:06 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2008-07-31 15:23:06 +0000 |
commit | d224551cfbf5903505f41bc9e51ad9840119942f (patch) | |
tree | bba34ac33cfa6a1784cd08cdc8989a9ecab366bf /config | |
parent | e1367cf1a6d2ea857c57ad1677de1a8f0c1f1a3e (diff) |
Fix read_when_deleted behavior + javascript codestyle
Diffstat (limited to 'config')
-rw-r--r-- | config/main.inc.php.dist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/main.inc.php.dist b/config/main.inc.php.dist index 7b159480e..935ddceac 100644 --- a/config/main.inc.php.dist +++ b/config/main.inc.php.dist @@ -175,7 +175,7 @@ $rcmail_config['read_when_deleted'] = TRUE; // When a Trash folder is not present and a message is deleted, flag // the message for deletion rather than deleting it immediately. Setting this to // false causes deleted messages to be permanantly removed if there is no Trash folder -$rcmail_config['flag_for_deletion'] = TRUE; +$rcmail_config['flag_for_deletion'] = 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) |