chore: 合并 Maildir 修复与 README 更新

This commit is contained in:
LanQin
2026-06-24 19:55:43 +08:00
parent 947e3ad248
commit a5f5adf752
9 changed files with 88 additions and 3 deletions
@@ -0,0 +1,7 @@
//go:build !unix
package app
func applyMaildirOwnership(path string) error {
return nil
}