diff options
author | Robin Jarry <robin@jarry.cc> | 2023-03-07 00:02:47 +0100 |
---|---|---|
committer | Robin Jarry <robin@jarry.cc> | 2023-03-08 00:42:58 +0100 |
commit | 66c532f859dd477ce57e222107c6b371e66064b8 (patch) | |
tree | 215d74f96cc1442cef496663dd266af5adf5926c /doc/aerc-templates.7.scd | |
parent | 35040bec9962cac3c92039fac85a4068e148b0a0 (diff) | |
download | aerc-66c532f859dd477ce57e222107c6b371e66064b8.tar.gz |
templates: make SubjectBase official api
Document .SubjectBase. Fix its value along the way. Do not reuse
d.Subject() which may be empty if d.threadSameSubject is true.
Signed-off-by: Robin Jarry <robin@jarry.cc>
Acked-by: Tim Culverhouse <tim@timculverhouse.com>
Diffstat (limited to 'doc/aerc-templates.7.scd')
-rw-r--r-- | doc/aerc-templates.7.scd | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/aerc-templates.7.scd b/doc/aerc-templates.7.scd index 63d9df6a..8a2a3381 100644 --- a/doc/aerc-templates.7.scd +++ b/doc/aerc-templates.7.scd @@ -83,6 +83,12 @@ available always. {{.ThreadPrefix}}{{.Subject}} ``` + The subject of the email stripped of any _Re:_ and _Fwd:_ prefixes. + + ``` + {{.SubjectBase}} + ``` + *Flags* List of message flags, not available when composing, replying nor forwarding. This is a list of strings that may be converted to a single |