aerc/worker/lib
Nguyễn Gia Phong 904ffacb0e maildir,notmuch: avoid leaking open files
Previously, Message.NewReader returned the wrapped buffered reader
without a reference to the opened file, so the files descriptors
were left unclosed after reading.  Now, the file reader is returned
directly and closed on the call site.  Buffering is not needed here
because it is an implementation detail of go-message.

Fixes: https://todo.sr.ht/~rjarry/aerc/9
2022-01-19 20:18:00 +01:00
..
testdata/message/invalid handle message unknown charset error 2020-08-31 22:00:28 +02:00
parse.go maildir,notmuch: avoid leaking open files 2022-01-19 20:18:00 +01:00
parse_test.go maildir,notmuch: avoid leaking open files 2022-01-19 20:18:00 +01:00
sort.go go.mod: change base git url 2021-11-05 10:21:45 +01:00