Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/roundcube/roundcubemail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2017-12-11 10:54:27 +0300
committerAleksander Machniak <alec@alec.pl>2017-12-11 10:54:55 +0300
commitd1327024cc221c6e8b6d0b6851650b2a4b451f50 (patch)
tree67c015abce120868409c50b1a3f807106dfb3e00 /plugins
parentcdf7a88b3e7ef8c1fdae9ab5be6b98acf3e98bb9 (diff)
Fix bug where Archive folder wasn't auto-created on login with create_default_folders=true
Diffstat (limited to 'plugins')
-rw-r--r--plugins/archive/archive.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/archive/archive.php b/plugins/archive/archive.php
index f0a291b05..286df074f 100644
--- a/plugins/archive/archive.php
+++ b/plugins/archive/archive.php
@@ -12,7 +12,7 @@
*/
class archive extends rcube_plugin
{
- public $task = 'settings|mail';
+ public $task = 'settings|mail|login';
function init()