From 39d5377855b54653ef43bceb5e317bbaec87ca15 Mon Sep 17 00:00:00 2001 From: Matthieu Rakotojaona Date: Fri, 22 Dec 2023 20:34:25 +0100 Subject: base HTML: fix migration to imap/v2 --- plugins/base/public/message.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/plugins/base/public/message.html b/plugins/base/public/message.html index 38b41c5..26fa5b2 100644 --- a/plugins/base/public/message.html +++ b/plugins/base/public/message.html @@ -17,7 +17,7 @@
- + +
{{if .Flags}}
- +

Flags:

{{range $name, $has := .Flags}} {{if ismutableflag $name}} @@ -55,8 +55,8 @@ {{define "addr-list"}} {{range $i, $addr := .}} {{if $i}},{{end}} - {{.PersonalName}} - <{{.Address}}> + {{.Name}} + <{{.Addr}}> {{end}} {{end}} -- cgit v1.2.3-59-g8ed1b