Skip to content

Commit

Permalink
Use the configured constant here
Browse files Browse the repository at this point in the history
  • Loading branch information
slusarz committed Oct 30, 2013
1 parent d33f8c9 commit d649c93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion imp/js/dimpbase.js
Expand Up @@ -1698,7 +1698,7 @@ var DimpBase = {
params.params = { msgload: msgload };
}

this.flag('\\seen', true, params);
this.flag(DimpCore.conf.FLAG_SEEN, true, params);

return this._loadPreview(data.VP_id, data.VP_view);
}
Expand Down

0 comments on commit d649c93

Please sign in to comment.