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:
Matej Cepl 2024-10-25 09:49:19 +02:00
parent b07c5e8084
commit 4abac77c28
Signed by: mcepl
GPG Key ID: 79205802880BC9D8
2 changed files with 15 additions and 1 deletions

View File

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

View File

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