1
0
Fork 0
mirror of https://git.sr.ht/~rjarry/aerc synced 2025-08-21 18:02:57 +02:00
aerc/commands/account
Moritz Poldrack fc5b6896ff chore: switch to using stdlib helper functions
Go has evolved significantly over the years and has introduced some
handy helper functions that make the code easier to read.

Use helper functions like slices.Contains, map.Copy, and
strings.CutPrefix, when appropriate.

Signed-off-by: Moritz Poldrack <git@moritz.sh>
Acked-by: Robin Jarry <robin@jarry.cc>
2025-08-04 12:47:05 +02:00
..
align.go completion: add command option descriptions 2024-10-23 10:22:51 +02:00
cf.go completion: add command option descriptions 2024-10-23 10:22:51 +02: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 composer: add flag to go directly to review screen 2025-01-23 22:11:39 +01: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 completion: add command option descriptions 2024-10-23 10:22:51 +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 chore: switch to using stdlib helper functions 2025-08-04 12:47:05 +02:00
recover.go completion: add command option descriptions 2024-10-23 10:22:51 +02:00
rmdir.go chore: switch to using stdlib helper functions 2025-08-04 12:47:05 +02:00
search.go chore: switch to using stdlib helper functions 2025-08-04 12:47:05 +02:00
select.go commands: allow positional arguments starting with "-" 2025-03-31 16:35:54 +02:00
sort.go completion: add command option descriptions 2024-10-23 10:22:51 +02:00
split.go commands: allow positional arguments starting with "-" 2025-03-31 16:35:54 +02:00
view.go completion: add command option descriptions 2024-10-23 10:22:51 +02:00