From 86f6d6527de0f63e47097e67d86ad3b518ed4b5a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mat=C4=9Bj=20Cepl?= Date: Fri, 26 Jan 2024 15:49:12 +0100 Subject: [PATCH] Update from 2d8b81f6 to 40c25caa: - mv: allow to move messages across accounts - cp: allow to copy messages across accounts - msgstore: create destination folder on store.Append - config: print file path in error message - templates: avoid blank lines with empty signature - hook: add mail-sent hook - idler: improve the imap idler - check-patches: fix non-posix regex - mailmap: update - compose: allow automatic attachment of signing key --- aerc.changes | 15 +++++++++++++++ aerc.spec | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/aerc.changes b/aerc.changes index 9c9bd06..15db3d1 100644 --- a/aerc.changes +++ b/aerc.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Fri Jan 26 14:48:53 UTC 2024 - Matej Cepl + +- Update from 2d8b81f6 to 40c25caa: + - mv: allow to move messages across accounts + - cp: allow to copy messages across accounts + - msgstore: create destination folder on store.Append + - config: print file path in error message + - templates: avoid blank lines with empty signature + - hook: add mail-sent hook + - idler: improve the imap idler + - check-patches: fix non-posix regex + - mailmap: update + - compose: allow automatic attachment of signing key + ------------------------------------------------------------------- Tue Jan 23 10:48:53 UTC 2024 - Matej Cepl diff --git a/aerc.spec b/aerc.spec index a8b51d1..aa584d7 100644 --- a/aerc.spec +++ b/aerc.spec @@ -18,7 +18,7 @@ %define _libexecdir %{_exec_prefix}/libexec Name: aerc -Version: 0.16+git.1705830689.2d8b81f6 +Version: 0.16+git.1706221981.40c25caa Release: 0 Summary: An email client for terminals License: MIT