Update from 65332c23 to f204c736:

- compose,viewer: do not always wrap people names in quotes
  - sendemail-validate: add fallback for older git
  - compose: explicitly identify converted text/* parts
  - vaxis: fix panic trace print on stderr
  - pipe: allow closing the terminal automatically
  - gitignore: add tags and aerc-release-stats.png
  - docs: be more explicit about the behaviour of :accept
  - config: allow global options in accounts.conf
  - composer: block :quit command if composer is active
  - binds: fix FormatKeyStrokes to properly display certain keystrokes
  - readme: add missing link for aerc-patch man page
  - open: preserve the original filename
  - contrib: improve readability of meeting requests
  - ipc: add more fine-grained options to disable IPC
  - ipc: disable IPC completely when disable-ipc=true
  - ipc: add --no-ipc flag to completely disable IPC
  - ipc: retry failed command directly, not over IPC
  - ipc: improve error handling
  - ui: use a custom prefix for dummy root
  - notmuch: draw incomplete threads
This commit is contained in:
Matej Cepl 2024-04-14 08:10:17 +02:00
parent 92a78d9eb8
commit 2957cb38d5
Signed by: mcepl
GPG Key ID: 79205802880BC9D8
2 changed files with 26 additions and 1 deletions

View File

@ -1,3 +1,28 @@
-------------------------------------------------------------------
Sun Apr 14 06:09:54 UTC 2024 - Matej Cepl <mcepl@cepl.eu>
- Update from 65332c23 to f204c736:
- compose,viewer: do not always wrap people names in quotes
- sendemail-validate: add fallback for older git
- compose: explicitly identify converted text/* parts
- vaxis: fix panic trace print on stderr
- pipe: allow closing the terminal automatically
- gitignore: add tags and aerc-release-stats.png
- docs: be more explicit about the behaviour of :accept
- config: allow global options in accounts.conf
- composer: block :quit command if composer is active
- binds: fix FormatKeyStrokes to properly display certain keystrokes
- readme: add missing link for aerc-patch man page
- open: preserve the original filename
- contrib: improve readability of meeting requests
- ipc: add more fine-grained options to disable IPC
- ipc: disable IPC completely when disable-ipc=true
- ipc: add --no-ipc flag to completely disable IPC
- ipc: retry failed command directly, not over IPC
- ipc: improve error handling
- ui: use a custom prefix for dummy root
- notmuch: draw incomplete threads
-------------------------------------------------------------------
Sat Apr 13 11:20:23 UTC 2024 - Matej Cepl <mcepl@cepl.eu>

View File

@ -18,7 +18,7 @@
%define _libexecdir %{_exec_prefix}/libexec
Name: aerc
Version: 0.17.0+git.1712172792.65332c23
Version: 0.17.0+git.1713040642.f204c736
Release: 0
Summary: An email client for terminals
License: MIT