mirror of
https://git.sr.ht/~sircmpwn/aerc
synced 2026-01-27 01:38:04 +01:00
The idle restart code is at the end of handleMessage in the worker. However if an unsupported msg comes in, we returned early, skipping the re-init. That lead to a crash due to double closing idleStop in the next iteration. |
||
|---|---|---|
| .. | ||
| create.go | ||
| fetch.go | ||
| flags.go | ||
| imap.go | ||
| list.go | ||
| movecopy.go | ||
| open.go | ||
| search.go | ||
| worker.go | ||