1
0
Fork 0
mirror of https://git.sr.ht/~rjarry/aerc synced 2025-12-19 01:50:58 +01:00
aerc/commands/account
Matthew Phillips 66cf16c4b6 commands: add :toggle-sidebar command
Add a command to toggle the sidebar visibility at runtime.

- Add sidebarHidden field to AccountView
- Add hasSidebar() helper and buildGrid() method
- Update Split() and Vsplit() to respect sidebar state
- Works with all view layouts (basic, hsplit, vsplit)

Changelog-added: New `:toggle-sidebar` command to hide/show the
 sidebar.
Signed-off-by: Matthew Phillips <matthew@matthewphillips.info>
Acked-by: Robin Jarry <robin@jarry.cc>
2025-11-29 21:08:34 +01:00
..
align.go commands: quote and add space to completions by default 2025-11-17 09:51:00 +01:00
cf.go commands: quote and add space to completions by default 2025-11-17 09:51:00 +01:00
check-mail.go completion: add commands descriptions 2024-10-23 10:22:51 +02:00
clear.go completion: add command option descriptions 2024-10-23 10:22:51 +02:00
compose.go reload: fix crash when reloading via IPC 2025-09-23 14:02:37 +02:00
connection.go completion: add commands descriptions 2024-10-23 10:22:51 +02:00
expand-folder.go expand,collapse: allow specifying folder name 2024-12-21 17:02:31 +01:00
export-mbox.go export-mbox: simplify handling of pending message UIDs to retry 2025-09-23 14:00:43 +02:00
import-mbox.go import-mbox: unzip compressed mboxes 2024-11-09 18:48:19 +01:00
mkdir.go completion: add command option descriptions 2024-10-23 10:22:51 +02:00
next-folder.go commands: add -u option to {next,prev}-folder 2025-05-05 14:26:52 +02:00
next-result.go completion: add commands descriptions 2024-10-23 10:22:51 +02:00
next.go commands: allow positional arguments starting with "-" 2025-03-31 16:35:54 +02:00
query.go commands: quote and add space to completions by default 2025-11-17 09:51:00 +01:00
recover.go compose: create temp files in system's state dir 2025-10-30 21:17:44 +01:00
rmdir.go commands: quote and add space to completions by default 2025-11-17 09:51:00 +01:00
search.go commands: quote and add space to completions by default 2025-11-17 09:51:00 +01:00
select.go commands: allow positional arguments starting with "-" 2025-03-31 16:35:54 +02:00
sort.go commands: quote and add space to completions by default 2025-11-17 09:51:00 +01:00
split.go commands: allow positional arguments starting with "-" 2025-03-31 16:35:54 +02:00
toggle-sidebar.go commands: add :toggle-sidebar command 2025-11-29 21:08:34 +01:00
view.go completion: add command option descriptions 2024-10-23 10:22:51 +02:00