diff --git a/felamimail/js/jscode/viewMainScreen.js b/felamimail/js/jscode/viewMainScreen.js index d87ba0c6d1..f78863f778 100644 --- a/felamimail/js/jscode/viewMainScreen.js +++ b/felamimail/js/jscode/viewMainScreen.js @@ -80,9 +80,10 @@ function mail_disabledByClass(_action, _senders, _target) return !$j(_target.iface.getDOMNode()).hasClass(_action.data.disableClass); } -function mail_parentRefreshListRowStyle(oldID, newID) +function mail_parentRefreshListRowStyle(oldID, newID, setNewAsSeen) { // the old implementation is not working anymore, so we use the gridObject for this + if (typeof setNewAsSeen == 'undefined') setNewAsSeen = false; var allElements = mailGrid.dataRoot.actionObject.flatList(); for (var i=0; i