toys/mu: use mu-message-fields

This commit is contained in:
Dirk-Jan C. Binnema 2022-03-05 00:34:13 +02:00
parent a8654a616a
commit 1014a28b20
1 changed files with 1 additions and 1 deletions

View File

@ -308,7 +308,7 @@ run_query(const char* xpath, const char* expr, MugMsgListView* self)
Mu::Store store{xpath};
return store.run_query(expr,
MU_MSG_FIELD_ID_DATE,
Field::Id::Date,
Mu::QueryFlags::Descending | Mu::QueryFlags::SkipUnreadable |
Mu::QueryFlags::SkipDuplicates | Mu::QueryFlags::IncludeRelated |
Mu::QueryFlags::Threading);