johndoh / roundcube-swipe

Adds swipe actions to the message list of Roundcube
https://plugins.roundcube.net/#/packages/johndoh/swipe
11 stars 5 forks source link

always not allowed for archive #5

Closed michaelchong2005 closed 5 years ago

michaelchong2005 commented 5 years ago

we enabled the archive plugin and set the default as $config['archive_mbox'] = 'Archive'; and it can be executed normally to move the seleced mail to archive folder.

but the object $this->rcube->output->env['archive_folder'] always return empty, so we can not swipe to archive.

https://github.com/johndoh/roundcube-swipe/blob/66041250a4aeb690a503f90ae987a58fee7e1780/swipe.php#L190

michaelchong2005 commented 5 years ago

use $this->rcube->config->get('archive_mbox') to instead, done.

johndoh commented 5 years ago

fixed in git master