diff options
author | Moritz Poldrack <git@moritz.sh> | 2023-02-05 13:14:27 +0100 |
---|---|---|
committer | Robin Jarry <robin@jarry.cc> | 2023-02-12 00:41:57 +0100 |
commit | a553b33ebcbdf8b12ac1546ec45f4437dac1f8b0 (patch) | |
tree | 7e3f4e681d58d8ab96323d9c495535faefe36abb /doc | |
parent | 2a0da301c51a8862c4e8a73b141adc0f416833a5 (diff) | |
download | aerc-a553b33ebcbdf8b12ac1546ec45f4437dac1f8b0.tar.gz |
compose: ensure signature uses standard delimiter
Since it has recently been a topic on IRC, and to guide users new to
"raw" email, add a note on how signatures are detected and what they
should look like.
Prepend signature-file and signature-cmd with the standard delimiter if
missing.
Signed-off-by: Moritz Poldrack <git@moritz.sh>
Signed-off-by: Robin Jarry <robin@jarry.cc>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/aerc-accounts.5.scd | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/aerc-accounts.5.scd b/doc/aerc-accounts.5.scd index a078e4bf..fdf10b76 100644 --- a/doc/aerc-accounts.5.scd +++ b/doc/aerc-accounts.5.scd @@ -160,6 +160,11 @@ Note that many of these configuration options are written for you, such as Specifies the file to read in order to obtain the signature to be added to emails sent from this account. + Please note that by convention the Usenet signature style of two dashes, + followed by a space ("-- ") should be placed at the top of the signature + to separate content and signature. Aerc will add that delimiter if it is + not already present. + *signature-cmd* = _<command>_ Specifies the command to execute with _sh -c_ in order to obtain the signature to be added to emails sent from this account. If the command |