Skip to content

Commit

Permalink
Don't return search mailboxes in mailboxList API call
Browse files Browse the repository at this point in the history
search mailboxes have no meaning outside of IMP

Ticket #13177
  • Loading branch information
slusarz committed May 12, 2014
1 parent b06800b commit 0908a77
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion imp/lib/Api.php
Expand Up @@ -100,7 +100,8 @@ public function mailboxList()
);
$iterator->add(array(
$iterator::CONTAINERS,
$iterator::REMOTE
$iterator::REMOTE,
$iterator::VFOLDER
));
$mboxes = array();

Expand Down

0 comments on commit 0908a77

Please sign in to comment.