diff --git a/messagelistview/core/model.cpp b/messagelistview/core/model.cpp index a19fb4f1f..8f6332a09 100644 --- a/messagelistview/core/model.cpp +++ b/messagelistview/core/model.cpp @@ -831,9 +831,6 @@ void Model::checkIfDateChanged() if ( !mViewItemJobs->isEmpty() ) return; // not now - if ( rand() % 2 ) - return; // date not changed - if ( mTodayDate.day() == QDate::currentDate().day() ) return; // date not changed