diff options
author | Jason Cox <me@jasoncarloscox.com> | 2023-05-10 17:47:07 -0400 |
---|---|---|
committer | Robin Jarry <robin@jarry.cc> | 2023-05-16 13:56:52 +0200 |
commit | 0eaf05d3fa6295e7df06793a967d3389d2a0f7d8 (patch) | |
tree | 86d1c82fc1b81b194db3d77ac0025187328c7c5e /CHANGELOG.md | |
parent | d2ea1aac09fbf02873c3070cadef4386196bb040 (diff) | |
download | aerc-0eaf05d3fa6295e7df06793a967d3389d2a0f7d8.tar.gz |
compose: warn before sending with empty subject
Ask user whether they want to abort before sending if the subject header
is empty and they have enabled the warn-empty-subject config option.
Signed-off-by: Jason Cox <me@jasoncarloscox.com>
Acked-by: Tim Culverhouse <tim@timculverhouse.com>
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 b293b869..53208c19 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ### Added - Colorize can style diff chunk function names with `diff_chunk_func`. +- Warn before sending emails with an empty subject with `empty-subject-warning` + in `aerc.conf`. ## [0.15.2](https://git.sr.ht/~rjarry/aerc/refs/0.15.2) - 2023-05-11 |