Update from 7469730f to e319d329:
- reply: consider the From address too when checking aliases - imap: strip whitespace from Message-Id and In-Reply-To - attach: fix content-transfer-encoding for rfc822 attachments - textinput: make completions run async with cancellation - history: read the history file from XDG_STATE_HOME - completion: add command option descriptions - completion: add commands descriptions - completion: display descriptions next to choices - gpg: do not sign with untrusted keys
This commit is contained in:
parent
b07c5e8084
commit
4abac77c28
14
aerc.changes
14
aerc.changes
@ -1,3 +1,17 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Oct 25 07:49:09 UTC 2024 - Matej Cepl <mcepl@cepl.eu>
|
||||||
|
|
||||||
|
- Update from 7469730f to e319d329:
|
||||||
|
- reply: consider the From address too when checking aliases
|
||||||
|
- imap: strip whitespace from Message-Id and In-Reply-To
|
||||||
|
- attach: fix content-transfer-encoding for rfc822 attachments
|
||||||
|
- textinput: make completions run async with cancellation
|
||||||
|
- history: read the history file from XDG_STATE_HOME
|
||||||
|
- completion: add command option descriptions
|
||||||
|
- completion: add commands descriptions
|
||||||
|
- completion: display descriptions next to choices
|
||||||
|
- gpg: do not sign with untrusted keys
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Oct 22 21:04:03 UTC 2024 - Matej Cepl <mcepl@cepl.eu>
|
Tue Oct 22 21:04:03 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.1729619490.7469730f
|
Version: 0.18.2+git.1729800831.e319d329
|
||||||
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