1
0
Fork 0
mirror of https://git.sr.ht/~rjarry/aerc synced 2025-08-21 18:02:57 +02:00
aerc/worker/maildir
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
..
container.go maildir: fix filename encoded UID removal when moving messages 2025-06-05 12:44:08 +02:00
message.go mod: update go-maildir 2025-05-25 19:05:07 +02:00
search.go treewide: replace uint32 uids with opaque strings 2024-08-28 12:06:01 +02:00
worker.go chore: switch to using stdlib helper functions 2025-08-04 12:47:05 +02:00