aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorinwit <inwit@sindominio.net>2024-06-29 17:14:24 +0200
committerRobin Jarry <robin@jarry.cc>2024-08-20 11:54:34 +0200
commit930cece51d6522e4b34504895926029eab5e3f5b (patch)
tree21a6fae923f72120745e19a739ac09dd5fe77c0b /doc
parentfd81f2c81e3c31118fc7df14c3e208cc112c36b9 (diff)
downloadaerc-930cece51d6522e4b34504895926029eab5e3f5b.tar.gz
templates: add a template for forwaded messages
Add a {{.IsForwarded}} template to tell if a message has been forwarded or not. Changelog-added: Forwarded messages can be identified with the {{.IsForwarded}} template. Signed-off-by: inwit <inwit@sindominio.net> Acked-by: Robin Jarry <robin@jarry.cc>
Diffstat (limited to 'doc')
-rw-r--r--doc/aerc-templates.7.scd4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/aerc-templates.7.scd b/doc/aerc-templates.7.scd
index de160293..898688fb 100644
--- a/doc/aerc-templates.7.scd
+++ b/doc/aerc-templates.7.scd
@@ -116,8 +116,8 @@ available always.
{{.Flags | join ""}}
```
-*IsReplied*, *HasAttachment*, *IsFlagged*, *IsRecent*, *IsUnread*, *IsMarked*,
-*IsDraft*
+*IsReplied*, *IsForwarded*, *HasAttachment*, *IsFlagged*, *IsRecent*, *IsUnread*,
+*IsMarked*, *IsDraft*
Individual boolean flags. not available when composing, replying nor
forwarding.