summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin Jarry <robin@jarry.cc>2022-12-30 22:05:50 +0100
committerRobin Jarry <robin@jarry.cc>2023-01-02 21:59:06 +0100
commitfdb4b272133febba2a5de653eaf256c1f7d61d51 (patch)
tree92c58ad904b692f23914055dee9a1b667e82fc15
parentd2edd71d0ce8119cf571bfff16b88208a32aeac3 (diff)
downloadaerc-fdb4b272133febba2a5de653eaf256c1f7d61d51.tar.gz
aerc-fdb4b272133febba2a5de653eaf256c1f7d61d51.zip
changelog: refine before release
Obviously, this is not exhaustive. But these should be most user visible changes. Signed-off-by: Robin Jarry <robin@jarry.cc> Acked-by: Tim Culverhouse <tim@timculverhouse.com>
-rw-r--r--CHANGELOG.md28
1 files changed, 17 insertions, 11 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3a42fa52..d1488af0 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -10,28 +10,34 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- View common email envelope headers with `:envelope`.
- Notmuch accounts now support maildir operations: `:copy`, `:move`, `:mkdir`,
`:rmdir`, `:archive` and the `copy-to` option.
-- Display messages from bottom to top with `reverse-msglist-order=true` in
+- Display messages from bottom to top with `[ui].reverse-msglist-order=true` in
`aerc.conf`.
-- Display threads from bottom to top with `reverse-thread-order=true` in
+- Display threads from bottom to top with `[ui].reverse-thread-order=true` in
`aerc.conf`.
-- Style search results in the message list with `msglist_result.*`
-- Preview messages with their attachments before sending with `:preview`
+- Style search results in the message list with `msglist_result.*`.
+- Preview messages with their attachments before sending with `:preview`.
- Filter commands now have `AERC_FORMAT`, `AERC_SUBJECT` and `AERC_FROM`
- defined in their environment.`
-- Override the subject prefix prefix for replies pattern with
- `subject-re-pattern`.
+ defined in their environment.
+- Override the subject prefix for replies pattern with `subject-re-pattern` in
+ `accounts.conf`.
- Search/filter by absolute and relative date ranges with the `-d` flag.
-- LIST-STATUS support for imap
-- built-in `wrap` filter that does not mess up nested quotes and lists.
+- LIST-STATUS and ORDEREDSUBJECT threading extensions support for imap.
+- Built-in `wrap` filter that does not mess up nested quotes and lists.
- Write `multipart/alternative` messages with `:multipart` and commands defined
- in the new `[multipart-converters]` section in `aerc.conf`.
+ in the new `[multipart-converters]` section of `aerc.conf`.
- Close the message viewer before opening the composer with `:reply -c`.
+- Attachment indicator in message list flags (by default `a`, but can be
+ changed via `[ui].icon-attachment` in `aerc.conf`).
+- Open file picker menu with `:attach -m`. The menu must be generated by an
+ external command configured via `[compose].file-picker-cmd` in `aerc.conf`.
+- Sample stylesets are now installed in `$PREFIX/share/aerc/stylesets`.
+- The built-in `colorize` filter now has different themes.
### Changed
- `pgp-provider` now defaults to `auto`. It will use the system `gpg` unless
the internal keyring exists and contains at least one key.
-- calling `:split` or `:vsplit` without specifying a size, now attempts to use
+- Calling `:split` or `:vsplit` without specifying a size, now attempts to use
the terminal size to determine a useful split-size.
### Fixed