aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorKarel Balej <balejk@matfyz.cz>2024-01-31 17:43:07 +0100
committerRobin Jarry <robin@jarry.cc>2024-01-31 21:17:59 +0100
commit29ee43aceb7cdd5e28c71c133c9c97ec1f98f8a6 (patch)
treeca16ca3dac50b7fffc30296176bf403676be8bcf /doc
parentb285b894c3de7299452e860fc060b673af279261 (diff)
downloadaerc-29ee43aceb7cdd5e28c71c133c9c97ec1f98f8a6.tar.gz
templates: fix typo in the docs
Replace the typo with a correct word for the description of the OriginalDate template variable to make sense. Signed-off-by: Karel Balej <balejk@matfyz.cz> Acked-by: Moritz Poldrack <moritz@poldrack.dev> Acked-by: Robin Jarry <robin@jarry.cc>
Diffstat (limited to 'doc')
-rw-r--r--doc/aerc-templates.7.scd2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/aerc-templates.7.scd b/doc/aerc-templates.7.scd
index 6e87c616..1c408126 100644
--- a/doc/aerc-templates.7.scd
+++ b/doc/aerc-templates.7.scd
@@ -69,7 +69,7 @@ available always.
formatted.
- _{{.Date}}_: Date and time information when the compose window is opened.
- - _{{.OriginalDate}}_: Date and time when the original message of received.
+ - _{{.OriginalDate}}_: Date and time when the original message was received.
Available for quoted reply and forward.
To format the date fields, _dateFormat_ and _.Local_ are provided.