Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
slusarz committed Jun 6, 2014
1 parent 45a5113 commit 90096ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions imp/js/dimpbase.js
Expand Up @@ -4192,11 +4192,11 @@ var IMP_Flist_Mbox = Class.create({
parent_e = $('imp-specialmboxes');
} else if (ob.pa) {
/* Check for existence of parent object. May not exist if,
* e.g., mailbox is creating in collapsed subfolder. */
* e.g., mailbox is created in collapsed subfolder. */
if (!(tmp = flist.getMbox(ob.pa))) {
return;
}
parent_e = flist.getMbox(ob.pa).subElement();
parent_e = tmp.subElement();
} else {
parent_e = $('imp-normalmboxes');
}
Expand Down

0 comments on commit 90096ca

Please sign in to comment.