aboutsummaryrefslogtreecommitdiffstats
path: root/app
diff options
context:
space:
mode:
Diffstat (limited to 'app')
-rw-r--r--app/compose.go8
1 files changed, 0 insertions, 8 deletions
diff --git a/app/compose.go b/app/compose.go
index 451981cd..6cdc3458 100644
--- a/app/compose.go
+++ b/app/compose.go
@@ -942,14 +942,6 @@ func (c *Composer) WriteMessage(header *mail.Header, writer io.Writer) error {
}
}
- if header != nil && !header.Has("MIME-Version") {
- // sign and encrypt will create multipart/* messages
- // without setting the MIME-Version header. Set it
- // manually at the top level to be compliant with RFC
- // 2045.
- header.Set("MIME-Version", "1.0")
- }
-
if c.encrypt {
rcpts, err := getRecipientsEmail(c)
if err != nil {