From f476e773df3ba4976151d3e2fef44c5ea48bac85 Mon Sep 17 00:00:00 2001 From: Astro Date: Sun, 7 Mar 2021 19:27:44 +0100 Subject: [PATCH] sendMail: add new partDisposition --- Handler/Common.hs | 1 + 1 file changed, 1 insertion(+) diff --git a/Handler/Common.hs b/Handler/Common.hs index ce06c17..3330be0 100644 --- a/Handler/Common.hs +++ b/Handler/Common.hs @@ -219,6 +219,7 @@ sendMail to subject body = , partEncoding = None , partHeaders = [] , partContent = PartContent $ E.encodeUtf8 body + , partDisposition = DefaultDisposition }]] }