Update from a1b60d2b to 73bcb466:

- jmap: fix message list order direction
  - commands: use AccountConfig.Backend instead of reflect
  - hooks: add AERC_ACCOUNT_BACKEND to hooks with AERC_ACCOUNT
  - templates: add .AccountBackend
  - hooks: add AERC_FOLDER_ROLE to hooks with AERC_FOLDER
  - accounts: skip accounts with errors instead of exiting
  - jmap: bump go-jmap to v0.5.0
This commit is contained in:
Matej Cepl 2024-06-06 12:38:34 +02:00
parent b5e28ccf1e
commit 7901a9a44c
Signed by: mcepl
GPG Key ID: 79205802880BC9D8
2 changed files with 13 additions and 1 deletions

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Thu Jun 6 10:38:29 UTC 2024 - Matej Cepl <mcepl@cepl.eu>
- Update from a1b60d2b to 73bcb466:
- jmap: fix message list order direction
- commands: use AccountConfig.Backend instead of reflect
- hooks: add AERC_ACCOUNT_BACKEND to hooks with AERC_ACCOUNT
- templates: add .AccountBackend
- hooks: add AERC_FOLDER_ROLE to hooks with AERC_FOLDER
- accounts: skip accounts with errors instead of exiting
- jmap: bump go-jmap to v0.5.0
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Jun 5 06:27:37 UTC 2024 - Matej Cepl <mcepl@cepl.eu> Wed Jun 5 06:27:37 UTC 2024 - Matej Cepl <mcepl@cepl.eu>

View File

@ -18,7 +18,7 @@
%{?!_libexecdir:%define _libexecdir %{_exec_prefix}/libexec} %{?!_libexecdir:%define _libexecdir %{_exec_prefix}/libexec}
Name: aerc Name: aerc
Version: 0.17.0+git.1717528372.a1b60d2b Version: 0.17.0+git.1717602807.73bcb466
Release: 0 Release: 0
Summary: An email client for terminals Summary: An email client for terminals
License: MIT License: MIT