Skip to content

Commit

Permalink
Fix bug where Archive folder wasn't auto-created on login with create…
Browse files Browse the repository at this point in the history
…_default_folders=true
  • Loading branch information
alecpl committed Dec 11, 2017
1 parent cdf7a88 commit d132702
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,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
-------------
Expand Down
2 changes: 1 addition & 1 deletion plugins/archive/archive.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
*/
class archive extends rcube_plugin
{
public $task = 'settings|mail';
public $task = 'settings|mail|login';


function init()
Expand Down

0 comments on commit d132702

Please sign in to comment.