From 2a2a48c7fafc4a32b1f4a4629e1d5447e29e8d57 Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Tue, 17 Dec 2019 12:42:04 +0100 Subject: Add a form to set message flags References: https://todo.sr.ht/~sircmpwn/koushin/36 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'go.mod') diff --git a/go.mod b/go.mod index 5b738dc..8a54e91 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ module git.sr.ht/~emersion/koushin go 1.13 require ( - github.com/emersion/go-imap v1.0.3-0.20191213134403-f1c945935a36 + github.com/emersion/go-imap v1.0.3-0.20191217110750-414e9a7e3dd8 github.com/emersion/go-imap-move v0.0.0-20190710073258-6e5a51a5b342 github.com/emersion/go-message v0.10.8 github.com/emersion/go-sasl v0.0.0-20191210011802-430746ea8b9b -- cgit v1.2.3-59-g8ed1b