aboutsummaryrefslogtreecommitdiff
path: root/doc/aerc-templates.7.scd
diff options
context:
space:
mode:
Diffstat (limited to 'doc/aerc-templates.7.scd')
-rw-r--r--doc/aerc-templates.7.scd5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/aerc-templates.7.scd b/doc/aerc-templates.7.scd
index f3f2a568..63d9df6a 100644
--- a/doc/aerc-templates.7.scd
+++ b/doc/aerc-templates.7.scd
@@ -76,10 +76,11 @@ available always.
Refer to the *TEMPLATE FUNCTIONS* section for details.
*Subject*
- The subject of the email.
+ The subject of the email (_ThreadPrefix_ will be empty unless threading
+ is enabled).
```
- {{.Subject}}
+ {{.ThreadPrefix}}{{.Subject}}
```
*Flags*