Update from 6613d9b5 to 23ba5478:
- linters: avoid crash when analyzing function call - complete: allow disabling automatic completion - complete: allow setting the completion key binding - cf: do not quote notmuch queries in completion results - completion: refactor filter list api - hooks: add mail-added hook - hooks: add mail-deleted hook - binds: folder-specific bindings for composer - fold: add an option to toggle folding - fold: allow for multiple folding levels - doc: fix newlines for the aerc-search manpage - binds: remove duplicated and empty bindings - docs: add examples for modifying column-name
This commit is contained in:
parent
2934766003
commit
c30e595397
18
aerc.changes
18
aerc.changes
@ -1,3 +1,21 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Nov 2 21:04:13 UTC 2023 - Matej Cepl <mcepl@cepl.eu>
|
||||||
|
|
||||||
|
- Update from 6613d9b5 to 23ba5478:
|
||||||
|
- linters: avoid crash when analyzing function call
|
||||||
|
- complete: allow disabling automatic completion
|
||||||
|
- complete: allow setting the completion key binding
|
||||||
|
- cf: do not quote notmuch queries in completion results
|
||||||
|
- completion: refactor filter list api
|
||||||
|
- hooks: add mail-added hook
|
||||||
|
- hooks: add mail-deleted hook
|
||||||
|
- binds: folder-specific bindings for composer
|
||||||
|
- fold: add an option to toggle folding
|
||||||
|
- fold: allow for multiple folding levels
|
||||||
|
- doc: fix newlines for the aerc-search manpage
|
||||||
|
- binds: remove duplicated and empty bindings
|
||||||
|
- docs: add examples for modifying column-name
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Oct 31 23:35:44 UTC 2023 - Matej Cepl <mcepl@cepl.eu>
|
Tue Oct 31 23:35:44 UTC 2023 - Matej Cepl <mcepl@cepl.eu>
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%define _libexecdir %{_exec_prefix}/libexec
|
%define _libexecdir %{_exec_prefix}/libexec
|
||||||
Name: aerc
|
Name: aerc
|
||||||
Version: 0.16+git.1698695172.6613d9b5
|
Version: 0.16+git.1698939060.23ba5478
|
||||||
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