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 /CHANGELOG.md | |
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 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 450465e2..ccd714bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,6 +20,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). `PATH` has been modified to include all variations of the `libexec` subdirs. - The built-in `colorize` filter theme is now configured in styleset files into the `[viewer]` section. +- The standard Usenet signature delimiter `"-- "` is now prepended to + `signature-file` and `signature-cmd` if not already present. ### Deprecated |