Fix bug where Archive folder wasn't auto-created on login with create_default_folders=true

pull/6088/head
Aleksander Machniak 7 years ago
parent 4a5941c24b
commit 08f27316ee

@ -62,6 +62,7 @@ CHANGELOG Roundcube Webmail
- Fix so temp_dir misconfiguration prints an error to the log (#6045)
- Fix untagged COPYUID responses handling - again (#5982)
- Fix PHP warning "idn_to_utf8(): INTL_IDNA_VARIANT_2003 is deprecated" with PHP 7.2 (#6075)
- Fix bug where Archive folder wasn't auto-created on login with create_default_folders=true
RELEASE 1.3.3
-------------

@ -12,7 +12,7 @@
*/
class archive extends rcube_plugin
{
public $task = 'settings|mail';
public $task = 'settings|mail|login';
function init()

Loading…
Cancel
Save