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 /config/aerc.conf | |
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 'config/aerc.conf')
-rw-r--r-- | config/aerc.conf | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/config/aerc.conf b/config/aerc.conf index cb720e07..800e6ec6 100644 --- a/config/aerc.conf +++ b/config/aerc.conf @@ -417,6 +417,11 @@ # Default: true #reply-to-self=true +# Warn before sending an email with an empty subject. +# +# Default: false +#empty-subject-warning=false + # # Warn before sending an email that matches the specified regexp but does not # have any attachments. Leave empty to disable this feature. |