diff options
author | Robin Jarry <robin@jarry.cc> | 2022-01-19 20:57:48 +0100 |
---|---|---|
committer | Robin Jarry <robin@jarry.cc> | 2022-01-19 21:29:16 +0100 |
commit | 92bf89c3389b8e08cf99d30cf20a818529680f51 (patch) | |
tree | 7a2af50307bef8c8623ae22dbb3f2ab03993ba26 /config/aerc.conf.in | |
parent | f0f7cf347c06953bcc9a68651ed70d52b0f41e93 (diff) | |
download | aerc-92bf89c3389b8e08cf99d30cf20a818529680f51.tar.gz |
docs: mention missing -T options for compose and forward
A template file may be specified for compose and forward as well.
Signed-off-by: Robin Jarry <robin@jarry.cc>
Diffstat (limited to 'config/aerc.conf.in')
-rw-r--r-- | config/aerc.conf.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/aerc.conf.in b/config/aerc.conf.in index 1f5c87d3..4decaefd 100644 --- a/config/aerc.conf.in +++ b/config/aerc.conf.in @@ -224,12 +224,12 @@ new-email= # default: @SHAREDIR@/templates/ template-dirs=@SHAREDIR@/templates/ -# The template to be used for quoted replies. +# The default template to be used for quoted replies. # # default: quoted_reply quoted-reply=quoted_reply -# The template to be used for forward as body. +# The default template to be used for forward as body. # # default: forward_as_body forwards=forward_as_body |