Hi all,
I am glad to announce the release of aerc 0.11.0.
https://git.sr.ht/~rjarry/aerc/refs/0.11.0
Release 0.11.0 highlights:
This is a big one.
* New commands to deal with calendar invites.
* Background mail count polling for all folders.
* Authentication-Results display (DKIM, SPF & DMARC).
* Maildir++ support.
* Messages are now deselected after performing a command.
* IMAP header cache.
* Better PGP indicators.
* Better threading.
* User interface improvements and optimizations.
* Various bug fixes.
Thanks to all contributors!
~$ git shortlog -sn 0.10.0..0.11.0
31 Tim Culverhouse
22 Koni Marti
17 Moritz Poldrack
10 Robin Jarry
1 Adnan Maolood
1 Sergey Smirnykh
1 Tom Schwindl
Very nice release, congrats!
I have a question, thought: could you elaborate on the "better threading"
point? I will wait for the update on my distro's package, but I'd like to know
more about this before trying it out too :P
On Mon Jul 11, 2022 at 3:30 PM CDT, tmpod wrote:
> I have a question, thought: could you elaborate on the "better threading"> point? I will wait for the update on my distro's package, but I'd like to know> more about this before trying it out too :P
I work best in lists:
- Server-side threads can be toggled on and off with :toggle-threads
- The threading-enabled option will now turn on threads by default for
any backend. If the backend doesn't support threads, they are built
client-side
- If the backend supports threading, threads will be built by the
backend. A config option "force-client-threads" will override this
- Improvements to the notmuch threading ui
Hope that helps!
Tim