mu-info: add example for ref:, thread:
This commit is contained in:
@ -399,7 +399,7 @@ static constexpr std::array<Field, Field::id_size()>
|
|||||||
Field::Type::StringList,
|
Field::Type::StringList,
|
||||||
"references", "ref",
|
"references", "ref",
|
||||||
"References to related messages",
|
"References to related messages",
|
||||||
{},
|
"ref:E1rQJDx123@example.com",
|
||||||
'r',
|
'r',
|
||||||
Field::Flag::Value |
|
Field::Flag::Value |
|
||||||
Field::Flag::BooleanTerm |
|
Field::Flag::BooleanTerm |
|
||||||
@ -444,7 +444,7 @@ static constexpr std::array<Field, Field::id_size()>
|
|||||||
Field::Type::String,
|
Field::Type::String,
|
||||||
"thread", {},
|
"thread", {},
|
||||||
"Thread a message belongs to",
|
"Thread a message belongs to",
|
||||||
{},
|
"thread:abcde789@example.com",
|
||||||
'w',
|
'w',
|
||||||
Field::Flag::BooleanTerm |
|
Field::Flag::BooleanTerm |
|
||||||
Field::Flag::Value
|
Field::Flag::Value
|
||||||
|
|||||||
Reference in New Issue
Block a user