mirror of
https://github.com/martinrotter/rssguard.git
synced 2024-12-28 09:00:42 +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()) {
|
if (!messages.isEmpty()) {
|
||||||
emit openMessagesInNewspaperView(m_sourceModel->loadedItem(), messages);
|
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