Skip to content

Commit

Permalink
Quicker access to mailbox name
Browse files Browse the repository at this point in the history
  • Loading branch information
slusarz committed Jun 9, 2014
1 parent ee9ee49 commit c39b1ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion imp/js/dimpbase.js
Expand Up @@ -4321,7 +4321,7 @@ var IMP_Flist_Mbox = Class.create({

value: function()
{
return this.data.elt.retrieve('mbox');
return this.data.m;
},

dummy: function(dummy)
Expand Down

0 comments on commit c39b1ee

Please sign in to comment.