Skip to content

Commit

Permalink
Fix returning unsubscribed mailboxes if subscribe preference is off
Browse files Browse the repository at this point in the history
  • Loading branch information
slusarz committed Oct 18, 2013
1 parent d9a8db5 commit e77822d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion imp/lib/Api.php
Expand Up @@ -94,7 +94,8 @@ public function mailboxList()
{
$iterator = new IMP_Ftree_IteratorFilter_Nocontainers(
IMP_Ftree_IteratorFilter::create(
IMP_Ftree_IteratorFilter::NO_REMOTE
IMP_Ftree_IteratorFilter::NO_REMOTE |
IMP_Ftree_IteratorFilter::UNSUB_PREF
)
);
$mboxes = array();
Expand Down

0 comments on commit e77822d

Please sign in to comment.