mirror of
https://git.sr.ht/~rjarry/aerc
synced 2026-06-21 15:37:34 +02:00
90c0cd1519
`:archive month` fails when used with maildir protocol if parent dirs missing: ERROR [...] worker.go:629: could not create directory Archive/2026/01: mkdir [...]/Archive/2026/01: no such file or directory ERROR [...] account.go:523: unexpected error: mkdir [...]/Archive/2026/01: no such file or directory This could have been solved in go-maildir directly but the maintainer doesn't seem sure about it. Link: https://github.com/emersion/go-maildir/issues/27 Signed-off-by: Francesc Elies <elies@posteo.net> Acked-by: Robin Jarry <robin@jarry.cc>