From b325933a8bc68fa99bc79982938f6936e9a6de8e Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Fri, 24 Jan 2020 20:58:27 +0100 Subject: Add .editorconfig --- plugins/base/public/message.html | 188 +++++++++++++++++++-------------------- 1 file changed, 94 insertions(+), 94 deletions(-) (limited to 'plugins/base/public/message.html') diff --git a/plugins/base/public/message.html b/plugins/base/public/message.html index 3dc7f62..a973881 100644 --- a/plugins/base/public/message.html +++ b/plugins/base/public/message.html @@ -3,105 +3,105 @@

koushin

- - Back - + + Back +

- {{if .Message.Envelope.Subject}} - {{.Message.Envelope.Subject}} - {{else}} - (No subject) - {{end}} + {{if .Message.Envelope.Subject}} + {{.Message.Envelope.Subject}} + {{else}} + (No subject) + {{end}}

- - - + + +
- +
{{if .Flags}} -
-

Flags:

- {{range $name, $has := .Flags}} - {{if ismutableflag $name}} - - -
- {{else}} - {{if $has}} - - {{end}} - {{end}} - {{end}} - -
+
+

Flags:

+ {{range $name, $has := .Flags}} + {{if ismutableflag $name}} + + +
+ {{else}} + {{if $has}} + + {{end}} + {{end}} + {{end}} + +
{{end}} {{define "addr-list"}} - {{range $i, $addr := .}} - {{if $i}},{{end}} - {{.PersonalName}} - <{{.Address}}> - {{end}} + {{range $i, $addr := .}} + {{if $i}},{{end}} + {{.PersonalName}} + <{{.Address}}> + {{end}} {{end}} {{define "message-part-tree"}} - {{/* nested templates can't access the parent's context */}} - {{$ = index . 0}} - {{with index . 1}} - - {{if eq $.PartPath .PathString}}{{end}} - {{.String}} - {{if eq $.PartPath .PathString}}{{end}} - - {{if .Children}} - - {{end}} - {{end}} + {{/* nested templates can't access the parent's context */}} + {{$ = index . 0}} + {{with index . 1}} + + {{if eq $.PartPath .PathString}}{{end}} + {{.String}} + {{if eq $.PartPath .PathString}}{{end}} + + {{if .Children}} + + {{end}} + {{end}} {{end}}

Parts:

@@ -111,23 +111,23 @@
{{if .Body}} -

- {{if .Message.HasFlag "\\Draft"}} - Edit draft - {{else}} - Reply - {{end}} -

- {{if .IsHTML}} - - - - {{else}} -
{{.Body}}
- {{end}} +

+ {{if .Message.HasFlag "\\Draft"}} + Edit draft + {{else}} + Reply + {{end}} +

+ {{if .IsHTML}} + + + + {{else}} +
{{.Body}}
+ {{end}} {{else}} -

Can't preview this message part.

- Download +

Can't preview this message part.

+ Download {{end}} {{template "foot.html"}} -- cgit v1.2.3-59-g8ed1b