mirror of
https://github.com/martinrotter/rssguard.git
synced 2025-01-29 16:49:34 +01:00
save
This commit is contained in:
parent
4eaf818670
commit
f0ad4ff466
@ -1289,8 +1289,6 @@ QPair<int, int> DatabaseQueries::updateMessages(QSqlDatabase db,
|
||||
(!ignore_contents_changes && message.m_contents != contents_existing_message);
|
||||
|
||||
if (cond_1 || cond_2 || cond_3 || force_update) {
|
||||
auto aa = message.m_created.toMSecsSinceEpoch();
|
||||
|
||||
// Message exists and is changed, update it.
|
||||
query_update.bindValue(QSL(":title"), unnulifyString(message.m_title));
|
||||
query_update.bindValue(QSL(":is_read"), int(message.m_isRead));
|
||||
|
@ -787,7 +787,7 @@
|
||||
</action>
|
||||
<action name="m_actionMessageFilters">
|
||||
<property name="text">
|
||||
<string>Message &filters</string>
|
||||
<string>Article &filters</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="m_actionShowTreeBranches">
|
||||
|
Loading…
x
Reference in New Issue
Block a user