diff options
author | alecpl <alec@alec.pl> | 2011-07-08 13:03:42 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2011-07-08 13:03:42 +0000 |
commit | 63fda8af57a285020dc094adcf6eeb46bee1c2d5 (patch) | |
tree | ddbbd13344dddee364e58f6b8539159694f52124 /config | |
parent | 78086d349dc8085a09ceedd1ea06b3c45ea011bb (diff) |
- Make Undo action optional by setting undo_timeout=0
Diffstat (limited to 'config')
-rw-r--r-- | config/main.inc.php.dist | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/config/main.inc.php.dist b/config/main.inc.php.dist index 56e5a793e..71c238069 100644 --- a/config/main.inc.php.dist +++ b/config/main.inc.php.dist @@ -442,6 +442,11 @@ $rcmail_config['min_keep_alive'] = 60; // or any integer value indicating number of seconds. $rcmail_config['upload_progress'] = false; +// Specifies for how many seconds the Undo button will be available +// after object delete action. Currently used with supporting address book sources. +// Setting it to 0, disables the feature. +$rcmail_config['undo_timeout'] = 0; + // ---------------------------------- // ADDRESSBOOK SETTINGS // ---------------------------------- |