diff options
author | Robin Jarry <robin@jarry.cc> | 2022-08-24 17:13:58 +0200 |
---|---|---|
committer | Robin Jarry <robin@jarry.cc> | 2022-08-24 17:14:24 +0200 |
commit | 8eab82964986a82312c2cc678965c31257e48c50 (patch) | |
tree | 63aee1553fff52d16ea330c1fe00cd8fb3fae2cd /CHANGELOG.md | |
parent | 1c9fc7b6b1550f2eb556e9c7248496c5f41e57af (diff) | |
download | aerc-8eab82964986a82312c2cc678965c31257e48c50.tar.gz |
changelog: add missing entry
Signed-off-by: Robin Jarry <robin@jarry.cc>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 6dedbef1..66ddfd8b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,6 +23,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - The provided awk filters are now POSIX compliant and should work on MacOS and BSD. - `outgoing-cred-cmd` execution is now deferred until a message needs to be sent. +- `next-message-on-delete` now also applies to `:archive`. ### Fixed |