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);
|
(!ignore_contents_changes && message.m_contents != contents_existing_message);
|
||||||
|
|
||||||
if (cond_1 || cond_2 || cond_3 || force_update) {
|
if (cond_1 || cond_2 || cond_3 || force_update) {
|
||||||
auto aa = message.m_created.toMSecsSinceEpoch();
|
|
||||||
|
|
||||||
// Message exists and is changed, update it.
|
// Message exists and is changed, update it.
|
||||||
query_update.bindValue(QSL(":title"), unnulifyString(message.m_title));
|
query_update.bindValue(QSL(":title"), unnulifyString(message.m_title));
|
||||||
query_update.bindValue(QSL(":is_read"), int(message.m_isRead));
|
query_update.bindValue(QSL(":is_read"), int(message.m_isRead));
|
||||||
|
@ -787,7 +787,7 @@
|
|||||||
</action>
|
</action>
|
||||||
<action name="m_actionMessageFilters">
|
<action name="m_actionMessageFilters">
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Message &filters</string>
|
<string>Article &filters</string>
|
||||||
</property>
|
</property>
|
||||||
</action>
|
</action>
|
||||||
<action name="m_actionShowTreeBranches">
|
<action name="m_actionShowTreeBranches">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user