diff options
author | Bence Ferdinandy <bence@ferdinandy.com> | 2024-07-11 11:34:20 +0200 |
---|---|---|
committer | Robin Jarry <robin@jarry.cc> | 2024-08-20 11:53:49 +0200 |
commit | 7558ccab40dabc44e810342534cdcd0ca20929a1 (patch) | |
tree | 422be6a0a9db324a8fbc763edbd99b445f71b547 /go.mod | |
parent | 5d56a6fc75e8104e222a912caee61b1f0376b556 (diff) | |
download | aerc-7558ccab40dabc44e810342534cdcd0ca20929a1.tar.gz |
mod: update go-maildir to v0.5.0
This release solves an issue with malformed files in a folder stopping
go-maildir from listing all other valid files.
Fixes: https://todo.sr.ht/~rjarry/aerc/215
Signed-off-by: Bence Ferdinandy <bence@ferdinandy.com>
Acked-by: Robin Jarry <robin@jarry.cc>
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -11,7 +11,7 @@ require ( github.com/danwakefield/fnmatch v0.0.0-20160403171240-cbb64ac3d964 github.com/emersion/go-imap v1.2.1 github.com/emersion/go-imap-sortthread v1.2.0 - github.com/emersion/go-maildir v0.4.1 + github.com/emersion/go-maildir v0.5.0 github.com/emersion/go-mbox v1.0.3 github.com/emersion/go-message v0.18.0 github.com/emersion/go-msgauth v0.6.8 |