diff options
author | y0ast <joost@joo.st> | 2020-10-15 11:14:51 +0100 |
---|---|---|
committer | Reto Brunner <reto@labrat.space> | 2020-10-18 10:43:48 +0200 |
commit | 743683a0c19c75ba87d65b6d0c9be117d0224a3e (patch) | |
tree | aecc7a79ab9e7c4ab16ae77a5e007600e62f3ad8 /go.mod | |
parent | 0f584eb3e28b5a66c1f6855ce525650f0c4d5dd1 (diff) | |
download | aerc-743683a0c19c75ba87d65b6d0c9be117d0224a3e.tar.gz |
update go-imap-sortthread
Fixes a problem with "Missing Sort Criteria" because go-imap-sortthread
wasn't sending the sort request in an RFC compliant way. This has been
fixed in the latest commit.
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,7 +9,7 @@ require ( github.com/ddevault/go-libvterm v0.0.0-20190526194226-b7d861da3810 github.com/emersion/go-imap v1.0.6-0.20201014170015-5a03a09eba6d github.com/emersion/go-imap-idle v0.0.0-20190519112320-2704abd7050e - github.com/emersion/go-imap-sortthread v1.1.0 + github.com/emersion/go-imap-sortthread v1.1.1-0.20201009054724-d020d96306b3 github.com/emersion/go-maildir v0.2.0 github.com/emersion/go-message v0.12.1-0.20200824204225-9094bd0b8bc0 github.com/emersion/go-pgpmail v0.0.0-20200303213726-db035a3a4139 |