Update from baa0b698 to 854a73e8:
- pipe: fix panic when backend fails to parse message - expand,collapse: allow specifying folder name - jmap: handle copy-to and :send -t - jmap: cache threads - jmap: correctly compare when FolderContents needs refresh - jmap: only call queryChanges for updated mailboxes - jmap: directly check updated email mailboxes on update - jmap: rely on updates to update mailbox list - jmap: start listening for changes on Connect message - jmap: update flags on successful Email/set - config: fix system paths when relocating aerc
This commit is contained in:
parent
d67fde1e14
commit
83d473e9a5
16
aerc.changes
16
aerc.changes
@ -1,3 +1,19 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Dec 21 16:53:43 UTC 2024 - Matej Cepl <mcepl@cepl.eu>
|
||||||
|
|
||||||
|
- Update from baa0b698 to 854a73e8:
|
||||||
|
- pipe: fix panic when backend fails to parse message
|
||||||
|
- expand,collapse: allow specifying folder name
|
||||||
|
- jmap: handle copy-to and :send -t
|
||||||
|
- jmap: cache threads
|
||||||
|
- jmap: correctly compare when FolderContents needs refresh
|
||||||
|
- jmap: only call queryChanges for updated mailboxes
|
||||||
|
- jmap: directly check updated email mailboxes on update
|
||||||
|
- jmap: rely on updates to update mailbox list
|
||||||
|
- jmap: start listening for changes on Connect message
|
||||||
|
- jmap: update flags on successful Email/set
|
||||||
|
- config: fix system paths when relocating aerc
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Dec 20 20:52:00 UTC 2024 - Matej Cepl <mcepl@cepl.eu>
|
Fri Dec 20 20:52:00 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.18.2+git.1734722175.baa0b698
|
Version: 0.18.2+git.1734797657.854a73e8
|
||||||
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