From 0adf91f82150fdc20ce21889e44f27fcff216d8f Mon Sep 17 00:00:00 2001 From: "Dirk-Jan C. Binnema" Date: Fri, 27 May 2022 21:05:15 +0300 Subject: [PATCH] fields: include references in sexp We need them for setting up replies. This requires a db update. --- lib/message/mu-fields.hh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/message/mu-fields.hh b/lib/message/mu-fields.hh index 5d4e34ea..8df17e55 100644 --- a/lib/message/mu-fields.hh +++ b/lib/message/mu-fields.hh @@ -381,7 +381,8 @@ static constexpr std::array "References to related messages", {}, 'r', - Field::Flag::Value + Field::Flag::Value | + Field::Flag::IncludeInSexp }, { Field::Id::Size,