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:
parent
b5e28ccf1e
commit
7901a9a44c
12
aerc.changes
12
aerc.changes
@ -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>
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user