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
This commit is contained in:
Matej Cepl 2024-05-10 01:35:38 +02:00
parent e0904c4950
commit 49d2a6f37d
Signed by: mcepl
GPG Key ID: 79205802880BC9D8

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Thu May 9 23:35:18 UTC 2024 - Matej Cepl <mcepl@cepl.eu>
- 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 <mcepl@cepl.eu>