mirror of
https://github.com/martinrotter/rssguard.git
synced 2024-12-27 08:33:27 +01:00
Do now automatically mark msgs as read.
This commit is contained in:
parent
bd7cb58f18
commit
4aa72c7e77
@ -260,9 +260,6 @@ void MessagesView::openSelectedMessagesInternally() {
|
||||
|
||||
if (!messages.isEmpty()) {
|
||||
emit openMessagesInNewspaperView(m_sourceModel->loadedItem(), messages);
|
||||
|
||||
// Finally, mark opened messages as read.
|
||||
QTimer::singleShot(0, this, SLOT(markSelectedMessagesRead()));
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user