Skip to content

Commit

Permalink
Fixed No way to set junk/spam folder
Browse files Browse the repository at this point in the history
  • Loading branch information
josaphatim committed Mar 6, 2024
1 parent 47fdd9d commit c57f39f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/imap_folders/modules.php
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,6 @@ public function process() {
class Hm_Handler_folders_server_id extends Hm_Handler_Module {
public function process() {
if (array_key_exists('imap_server_id', $this->request->get)) {
var_dump($this->request->get['imap_server_id']);
$this->out('folder_server', $this->request->get['imap_server_id']);
$this->out('page', $this->request->get['page']);
}
Expand Down Expand Up @@ -692,7 +691,8 @@ protected function output() {
</div>
</div>';

$res .= '</div>';
$res .= '</div>';
return $res;
}
}

Expand Down

0 comments on commit c57f39f

Please sign in to comment.