Update from 389d89a to 37d5fc6:
- xdg: fix unit tests on macos - changelog: reword before release - docs: add missing newline between :attach variants - docs: fix typo in stylesets regexp example - docs: add msglist_thread_folded style object - docs: add :fold and :unfold commands - docs: add :connect and :disconnect commands - docs: add :help and :new-account commands - docs: add :toggle-key-passthrough command - docs: add :recover command - docs: add [ui].client-threads-delay setting - contrib: add script to check man pages consistency - msgviewer: add styles for part selector - colorize: support trailing comments after values - config: add default values for empty stylesets - binds: improve display of key sequences - compose: respect header ordering from text editor - compose: avoid panic when deleting the last header - config: make all message list symbols/icons configurable - commands: strip leading colons from commands - commands: run a command by its first letters - hyperlinks: better parsing of emails without mailto prefixes - lib: return a new Header from LimitHeaders - binds: control and alt modifiers for delete - split: remove previous split from grid - doc: mention correct function in the example for compactDir - doc: MIME type consistency spelling - maildir: log mail checking errors, if any - compose: add option for LF-only editors
This commit is contained in:
parent
49f7c4df75
commit
e37c2e8874
34
aerc.changes
34
aerc.changes
@ -1,3 +1,37 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 20 09:49:29 UTC 2023 - Matej Cepl <mcepl@suse.com>
|
||||||
|
|
||||||
|
- Update from 389d89a to 37d5fc6:
|
||||||
|
- xdg: fix unit tests on macos
|
||||||
|
- changelog: reword before release
|
||||||
|
- docs: add missing newline between :attach variants
|
||||||
|
- docs: fix typo in stylesets regexp example
|
||||||
|
- docs: add msglist_thread_folded style object
|
||||||
|
- docs: add :fold and :unfold commands
|
||||||
|
- docs: add :connect and :disconnect commands
|
||||||
|
- docs: add :help and :new-account commands
|
||||||
|
- docs: add :toggle-key-passthrough command
|
||||||
|
- docs: add :recover command
|
||||||
|
- docs: add [ui].client-threads-delay setting
|
||||||
|
- contrib: add script to check man pages consistency
|
||||||
|
- msgviewer: add styles for part selector
|
||||||
|
- colorize: support trailing comments after values
|
||||||
|
- config: add default values for empty stylesets
|
||||||
|
- binds: improve display of key sequences
|
||||||
|
- compose: respect header ordering from text editor
|
||||||
|
- compose: avoid panic when deleting the last header
|
||||||
|
- config: make all message list symbols/icons configurable
|
||||||
|
- commands: strip leading colons from commands
|
||||||
|
- commands: run a command by its first letters
|
||||||
|
- hyperlinks: better parsing of emails without mailto prefixes
|
||||||
|
- lib: return a new Header from LimitHeaders
|
||||||
|
- binds: control and alt modifiers for delete
|
||||||
|
- split: remove previous split from grid
|
||||||
|
- doc: mention correct function in the example for compactDir
|
||||||
|
- doc: MIME type consistency spelling
|
||||||
|
- maildir: log mail checking errors, if any
|
||||||
|
- compose: add option for LF-only editors
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Sep 7 10:31:45 UTC 2023 - Matej Cepl <mcepl@suse.com>
|
Thu Sep 7 10:31:45 UTC 2023 - Matej Cepl <mcepl@suse.com>
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%define _libexecdir %{_exec_prefix}/libexec
|
%define _libexecdir %{_exec_prefix}/libexec
|
||||||
Name: aerc
|
Name: aerc
|
||||||
Version: 0.15.2+git.1693939617.389d89a
|
Version: 0.15.2+git.1695157296.37d5fc6
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: An email client for terminals
|
Summary: An email client for terminals
|
||||||
License: MIT
|
License: MIT
|
||||||
|
Loading…
Reference in New Issue
Block a user