From 17f0397570223833c3830690e8a19f14884d3a1f Mon Sep 17 00:00:00 2001 From: Tim Culverhouse Date: Fri, 18 Aug 2023 09:10:24 -0500 Subject: doc: add MessageId to aerc-templates.7 {{.MessageId}} is available within templates but undocumented. Previously, users could have surmised a way to get the message ID using {{.Header "message-id"}}, but since this is built into the struct already, document it for ease of use. Signed-off-by: Tim Culverhouse Acked-by: Moritz Poldrack --- doc/aerc-templates.7.scd | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'doc') diff --git a/doc/aerc-templates.7.scd b/doc/aerc-templates.7.scd index 33227c5f..59a3a067 100644 --- a/doc/aerc-templates.7.scd +++ b/doc/aerc-templates.7.scd @@ -150,6 +150,12 @@ available always. ``` {{.OriginalHeader "x-foo-bar"}} ``` +*Message-ID* + The message-ID of the message. + + ``` + :term b4 am {{.MessageId}} + ``` *MIME Type* MIME Type is available for quoted reply and forward. -- cgit