Update from 9b3e3d1b to 0be135a3:
- dirtree: fix jumping folders - flag,unflag: fix -a option for the answered flag - templates: display "(no subject)" when subject is empty - term: ensure cursor is hidden before closing - ui: make viewer tab title configurable via templates - rmdir: back to current folder upon error - dirtree: add custom virtual directory role - dirlist/dirtree: context handling - compose: copy to composing account's sent folder - reply: allow replying with another account - fold: remove aliases from struct - fold: add an option to fold/unfold all threads - compose: define useful vars in the editor's env - chore: upgrade to latest tcell-term - maintainers: add inwit and ferdinandyb - mod: update to go-opt@v1.3.0 - complete: only display popover for more than one choice
This commit is contained in:
parent
c1ab776352
commit
3e4aa4fea3
22
aerc.changes
22
aerc.changes
@ -1,3 +1,25 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Nov 30 18:09:03 UTC 2023 - Matej Cepl <mcepl@cepl.eu>
|
||||||
|
|
||||||
|
- Update from 9b3e3d1b to 0be135a3:
|
||||||
|
- dirtree: fix jumping folders
|
||||||
|
- flag,unflag: fix -a option for the answered flag
|
||||||
|
- templates: display "(no subject)" when subject is empty
|
||||||
|
- term: ensure cursor is hidden before closing
|
||||||
|
- ui: make viewer tab title configurable via templates
|
||||||
|
- rmdir: back to current folder upon error
|
||||||
|
- dirtree: add custom virtual directory role
|
||||||
|
- dirlist/dirtree: context handling
|
||||||
|
- compose: copy to composing account's sent folder
|
||||||
|
- reply: allow replying with another account
|
||||||
|
- fold: remove aliases from struct
|
||||||
|
- fold: add an option to fold/unfold all threads
|
||||||
|
- compose: define useful vars in the editor's env
|
||||||
|
- chore: upgrade to latest tcell-term
|
||||||
|
- maintainers: add inwit and ferdinandyb
|
||||||
|
- mod: update to go-opt@v1.3.0
|
||||||
|
- complete: only display popover for more than one choice
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Nov 13 14:14:30 UTC 2023 - Matej Cepl <mcepl@cepl.eu>
|
Mon Nov 13 14:14:30 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.1699790329.9b3e3d1b
|
Version: 0.16+git.1700862303.0be135a3
|
||||||
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