aerc/worker/imap
Reto Brunner 30c0a9fba4 imap: fix double closing idleStop
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.
2020-02-16 10:41:11 -05:00
..
create.go #190 Handle gmail duplicate folder 2019-07-11 19:38:40 -04:00
fetch.go worker/imap: don't decode in FetchFullMessage. 2020-01-18 19:00:02 -05:00
flags.go imap: emit messageinfo when changing read state. 2020-01-24 10:51:09 -05:00
imap.go decode(RFC 2047) imap headers to fix encoding in subject & filenames 2019-12-07 14:30:33 -05:00
list.go extract search criteria parsing into the backends 2019-08-29 08:44:10 +09:00
movecopy.go Use []uint32 instead of imap.SeqSet 2019-07-08 16:06:26 -04:00
open.go worker/imap: Fix seqMap race condition 2019-11-10 17:19:23 -05:00
search.go Change search flags 2019-09-20 15:06:54 -04:00
worker.go imap: fix double closing idleStop 2020-02-16 10:41:11 -05:00