This commit is contained in:
Martin Rotter 2021-09-23 15:01:22 +02:00
parent 4eaf818670
commit f0ad4ff466
2 changed files with 1 additions and 3 deletions

View File

@ -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));

View File

@ -787,7 +787,7 @@
</action>
<action name="m_actionMessageFilters">
<property name="text">
<string>Message &amp;filters</string>
<string>Article &amp;filters</string>
</property>
</action>
<action name="m_actionShowTreeBranches">