Update from fff69046 to 2d9f949a:
- ircbot: sanitize email subjects - commands: add reload - store: extract configure logic - account: update split views - account: extract configure logic - account: remove ui config struct field - tabs: update ui config in any tab - log: handle config reload - config: extract load styleset function - config: add reload helper functions - jmap: refactor thread fetching - jmap: lazily fetch identities - maildir: set the forwarded flag when forwarding msgs - notmuch: set the "passed" tag when forwarding msgs - flag: manually toggle the forwarded tag - templates: add a template for forwaded messages - styles: add a style for forwarded messages - search: allow searching for forwarded messages - forward: allow forwarded flag to be set - copy: add -d flag to decrypt before copying - pipe: add -d flag to decrypt message - cryptoutil: implement cleartext function - mod: update go-maildir to v0.5.0 - go: bump minimal version to 1.21 and handle deprecations - maildir: only abort directory listing if there are 0 uids - filters: send real COLUMNS and LINES values - templates: fix AccountFrom default breaking startup - log: explain why the signature command failed - template: pass account and folder names to signature command - jmap: fix emailKey function name - send: redact password in outgoing URI for logging - notmuch: reload all changed messages on DB change
This commit is contained in:
parent
6b4d74dabe
commit
e394debbf3
37
aerc.changes
37
aerc.changes
@ -1,3 +1,40 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Aug 20 20:04:18 UTC 2024 - Matej Cepl <mcepl@cepl.eu>
|
||||||
|
|
||||||
|
- Update from fff69046 to 2d9f949a:
|
||||||
|
- ircbot: sanitize email subjects
|
||||||
|
- commands: add reload
|
||||||
|
- store: extract configure logic
|
||||||
|
- account: update split views
|
||||||
|
- account: extract configure logic
|
||||||
|
- account: remove ui config struct field
|
||||||
|
- tabs: update ui config in any tab
|
||||||
|
- log: handle config reload
|
||||||
|
- config: extract load styleset function
|
||||||
|
- config: add reload helper functions
|
||||||
|
- jmap: refactor thread fetching
|
||||||
|
- jmap: lazily fetch identities
|
||||||
|
- maildir: set the forwarded flag when forwarding msgs
|
||||||
|
- notmuch: set the "passed" tag when forwarding msgs
|
||||||
|
- flag: manually toggle the forwarded tag
|
||||||
|
- templates: add a template for forwaded messages
|
||||||
|
- styles: add a style for forwarded messages
|
||||||
|
- search: allow searching for forwarded messages
|
||||||
|
- forward: allow forwarded flag to be set
|
||||||
|
- copy: add -d flag to decrypt before copying
|
||||||
|
- pipe: add -d flag to decrypt message
|
||||||
|
- cryptoutil: implement cleartext function
|
||||||
|
- mod: update go-maildir to v0.5.0
|
||||||
|
- go: bump minimal version to 1.21 and handle deprecations
|
||||||
|
- maildir: only abort directory listing if there are 0 uids
|
||||||
|
- filters: send real COLUMNS and LINES values
|
||||||
|
- templates: fix AccountFrom default breaking startup
|
||||||
|
- log: explain why the signature command failed
|
||||||
|
- template: pass account and folder names to signature command
|
||||||
|
- jmap: fix emailKey function name
|
||||||
|
- send: redact password in outgoing URI for logging
|
||||||
|
- notmuch: reload all changed messages on DB change
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Aug 6 20:09:12 UTC 2024 - Matej Cepl <mcepl@cepl.eu>
|
Tue Aug 6 20:09:12 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.1722788818.fff69046
|
Version: 0.18.2+git.1724155053.2d9f949a
|
||||||
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