diff options
author | Reto Brunner <reto@labrat.space> | 2019-09-13 08:48:00 +0200 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2019-09-16 12:19:14 -0400 |
commit | 3f452ca283e7e1b0e0f75f386f7551c0766d8704 (patch) | |
tree | d4fc8839067358856441c919b864d73bc2914fee /go.mod | |
parent | 83207c1e1d00d118a2bba20d9fd178f32d7f88da (diff) |
notmuch: sync maildir flags
Syncs back special notmuch tag like unread to the underlying maildir store
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -29,7 +29,7 @@ require ( github.com/smartystreets/assertions v1.0.1 // indirect github.com/smartystreets/goconvey v0.0.0-20190710185942-9d28bd7c0945 // indirect github.com/stretchr/testify v1.3.0 - github.com/zenhack/go.notmuch v0.0.0-20190726231123-3d59f87d986e + github.com/zenhack/go.notmuch v0.0.0-20190821052706-5a1961965cfb golang.org/x/net v0.0.0-20190813141303-74dc4d7220e7 // indirect golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45 golang.org/x/sys v0.0.0-20190813064441-fde4db37ae7a // indirect |