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:
Matej Cepl 2024-12-21 17:53:49 +01:00
parent d67fde1e14
commit 83d473e9a5
Signed by: mcepl
GPG Key ID: 79205802880BC9D8
2 changed files with 17 additions and 1 deletions

View File

@ -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>

View File

@ -18,7 +18,7 @@
%{?!_libexecdir:%define _libexecdir %{_exec_prefix}/libexec}
Name: aerc
Version: 0.18.2+git.1734722175.baa0b698
Version: 0.18.2+git.1734797657.854a73e8
Release: 0
Summary: An email client for terminals
License: MIT