fix: maildir fetch errors#1375
Conversation
Signed-off-by: drew <me@andrinoff.com>
Benchmark report — no significant changeMetrics worse: 0 · better: 0 (threshold: ±3%). benchstat outputauto-generated by benchmarks.yml |
Signed-off-by: drew <me@andrinoff.com>
|
/build |
Build complete (
|
| OS | Arch | Download |
|---|---|---|
| Linux | amd64 | matcha_preview_linux_amd64.tar.gz |
| Linux | arm64 | matcha_preview_linux_arm64.tar.gz |
| macOS | amd64 | matcha_preview_darwin_amd64.tar.gz |
| macOS | arm64 | matcha_preview_darwin_arm64.tar.gz |
| Windows | amd64 | matcha_preview_windows_amd64.zip |
| Windows | arm64 | matcha_preview_windows_arm64.zip |
Signed-off-by: drew <me@andrinoff.com>
|
/build |
Build complete (
|
| OS | Arch | Download |
|---|---|---|
| Linux | amd64 | matcha_preview_linux_amd64.tar.gz |
| Linux | arm64 | matcha_preview_linux_arm64.tar.gz |
| macOS | amd64 | matcha_preview_darwin_amd64.tar.gz |
| macOS | arm64 | matcha_preview_darwin_arm64.tar.gz |
| Windows | amd64 | matcha_preview_windows_amd64.zip |
| Windows | arm64 | matcha_preview_windows_arm64.zip |
|
Non-blocking follow-up: there are still a few legacy Trash/Archive helpers that call The main folder-based TUI flow now goes through the new maildir dispatch, so this PR fixes the reported maildir loading issue. But if a maildir account later reaches one of those mailbox-kind helpers directly, it can still fall back into the IMAP path and hit the same |
What?
Routes all per-account fetch sites in main.go through
m.providers[acct.ID].Why?
Fixes #1309