Skip to content

Commit

Permalink
Fix number of deleted messages
Browse files Browse the repository at this point in the history
Signed-off-by: Michael M Slusarz <slusarz@horde.org>
  • Loading branch information
joaomachado authored and slusarz committed Apr 15, 2014
1 parent f708a22 commit 58c9509
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion imp/js/dimpbase.js
Expand Up @@ -3126,7 +3126,7 @@ var DimpBase = {
HordeDialog.display({
form_id: 'dimpbase_confirm',
noinput: true,
text: DimpCore.text.empty_mbox.sub('%s', this.fullMboxDisplay(elt)).sub('%d', r)
text: DimpCore.text.empty_mbox.sub('%s', this.fullMboxDisplay(elt)).sub('%d', r.result)
});
} else {
RedBox.close();
Expand Down

0 comments on commit 58c9509

Please sign in to comment.