From d238272bdbbe5f417c3ec07e5ce39a77a9a97bd9 Mon Sep 17 00:00:00 2001 From: Leszek CimaƂa Date: Wed, 8 Jan 2020 21:44:16 +0100 Subject: add .OriginalMIMEType variable to reply template --- models/models.go | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'models/models.go') diff --git a/models/models.go b/models/models.go index 7c3c192f..8d254a16 100644 --- a/models/models.go +++ b/models/models.go @@ -167,7 +167,8 @@ func FormatAddresses(addrs []*Address) string { // OriginalMail is helper struct used for reply/forward type OriginalMail struct { - Date string - From string - Text string + Date string + From string + Text string + MIMEType string } -- cgit