diff options
author | Robin Jarry <robin@jarry.cc> | 2023-04-22 23:22:19 +0200 |
---|---|---|
committer | Robin Jarry <robin@jarry.cc> | 2023-04-24 09:49:00 +0200 |
commit | e7aefcaff8fcbc6fa6f2a424e1662c1e9cf6839f (patch) | |
tree | 2335ce9b4fc9ebda3f083c834ee792fa7f00b73f /CHANGELOG.md | |
parent | 3d99fae3d22422f5e46b5c983abd617187144bc8 (diff) | |
download | aerc-e7aefcaff8fcbc6fa6f2a424e1662c1e9cf6839f.tar.gz |
changelog: add missing entries
These slipped through the cracks.
Signed-off-by: Robin Jarry <robin@jarry.cc>
Acked-by: Bence Ferdinandy <bence@ferdinandy.com>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 5612b09f..538f9dd4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -37,6 +37,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - running commands (like mailto: or mbox:) no longer prints a success message - The built-in `colorize` filter now emits OSC 8 to mark URLs and emails. Set `[general].enable-osc8 = true` in `aerc.conf` to enable it. +- Notmuch support is now automatically enabled when `notmuch.h` is detected on + the system. ### Deprecated @@ -45,6 +47,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Removed support for go < 1.17. - Removed support for `[ui:subject...]` contextual sections in `aerc.conf`. - `[triggers]` setting has been replaced by `[hooks]`. +- `smtp-starttls` setting in `accounts.conf` has been removed. All `smtp://` + transports now assume `STARTTLS` and will fail if the server does not support + it. To disable `STARTTLS`, use `smtp+insecure://`. ## [0.14.0](https://git.sr.ht/~rjarry/aerc/refs/0.14.0) - 2023-01-04 |