Skip to content

Commit 1d8aa90

Browse files
authored
Merge pull request #1644 from mercihabam/restore-move-copy
fix(frontend): restore move/copy actions on combined lists
2 parents 8a80027 + 7100c89 commit 1d8aa90

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

modules/imap/handler_modules.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1610,6 +1610,7 @@ class Hm_Handler_load_imap_servers_for_message_list extends Hm_Handler_Module {
16101610
public function process() {
16111611
if (array_key_exists('list_path', $this->request->get)) {
16121612
$path = $this->request->get['list_path'];
1613+
$this->out('move_copy_controls', true);
16131614
}
16141615
else {
16151616
$path = '';

0 commit comments

Comments
 (0)