mirror of
https://github.com/mjl-/mox.git
synced 2025-06-28 02:28:15 +03:00

In the common case, it's the same as the previous delivery. That means we don't have to try to create the directory (fewer syscalls) and that we can sync the dir to disk. This also tweaks the defer handling in case of a late failure.