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.
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