From 49d2a6f37d411099684038ba46a58f900d544358 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mat=C4=9Bj=20Cepl?= Date: Fri, 10 May 2024 01:35:38 +0200 Subject: [PATCH] Update from 7b4c8f67 to d582ac68: - github: fix macos build - config: fix typos in aerc.conf comments - readme: fix broken arch binary link - imap: fix panic in connect - docs: remove msmtp notice - msgstore: restore the directoryChange bool to fix new message bell - app: make aerc satisfy the Beeper interface again --- aerc.changes | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/aerc.changes b/aerc.changes index a307310..b5f6655 100644 --- a/aerc.changes +++ b/aerc.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Thu May 9 23:35:18 UTC 2024 - Matej Cepl + +- Update from 7b4c8f67 to d582ac68: + - github: fix macos build + - config: fix typos in aerc.conf comments + - readme: fix broken arch binary link + - imap: fix panic in connect + - docs: remove msmtp notice + - msgstore: restore the directoryChange bool to fix new message bell + - app: make aerc satisfy the Beeper interface again + ------------------------------------------------------------------- Thu May 2 20:37:17 UTC 2024 - Matej Cepl