@@ -3873,3 +3873,28 @@ gist (https://gist.github.com/kballard/272720)")
(synopsis "IDLE extension for go-imap")
(description "IDLE extension for go-imap.")
(license license:expat))))
+
+
+(define-public go-github-com-emersion-go-maildir
+ (let ((url "https://github.com/emersion/go-maildir")
+ (commit "941194b0ac705efac39bd89c5eae6cce84b26202"))
+ (package
+ (name "go-github-com-emersion-go-maildir")
+ (version (git-version "0.0.0" "0" commit))
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/emersion/go-maildir")
+ (commit commit)))
+ (sha256
+ (base32
+ "10dm0qvjm4payh2hfifwfpz9511fngp2vaf2yrg111di67x1148m"))
+ (file-name (git-file-name name version))))
+ (build-system go-build-system)
+ (arguments
+ '(#:import-path "github.com/emersion/go-maildir"))
+ (home-page url)
+ (synopsis "A Go library for maildir")
+ (description "A Go library for maildir.")
+ (license license:expat))))