fix: mime type

This commit is contained in:
James Houlahan
2020-08-13 11:21:37 +02:00
parent 34df24ede3
commit 77c6ba381e
4 changed files with 23 additions and 20 deletions

View File

@ -98,8 +98,8 @@ type MailSettings struct {
}
const (
ComposerModeNormal = 0
ComposerModePlain = 1
ComposerModePlain = 0
ComposerModeNormal = 1
)
// GetMailSettings gets contact details specified by contact ID.