1
0
mirror of https://github.com/djcb/mu.git synced 2024-06-22 07:06:48 +02:00

fields: include references in sexp

We need them for setting up replies. This requires a db update.
This commit is contained in:
Dirk-Jan C. Binnema 2022-05-27 21:05:15 +03:00
parent a1f0c5e9eb
commit 0adf91f821

View File

@ -381,7 +381,8 @@ static constexpr std::array<Field, Field::id_size()>
"References to related messages", "References to related messages",
{}, {},
'r', 'r',
Field::Flag::Value Field::Flag::Value |
Field::Flag::IncludeInSexp
}, },
{ {
Field::Id::Size, Field::Id::Size,