From ac8dc4ad4f7acbf4dcfb2c52f0cc71267ffed7a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mat=C4=9Bj=20Cepl?= Date: Fri, 25 Oct 2024 09:53:50 +0200 Subject: [PATCH] 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 --- aerc.changes | 14 ++++++++++++++ aerc.spec | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/aerc.changes b/aerc.changes index d9812f6..655df74 100644 --- a/aerc.changes +++ b/aerc.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Fri Oct 25 07:49:09 UTC 2024 - Matej Cepl + +- 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 diff --git a/aerc.spec b/aerc.spec index 680b311..c380868 100644 --- a/aerc.spec +++ b/aerc.spec @@ -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