{{template "head.html"}}

alps

Back

{{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}}
{{end}} {{define "addr-list"}} {{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 $.Part.PathString .PathString}}{{end}} {{.String}} {{if eq $.Part.PathString .PathString}}{{end}} {{if .Children}} {{end}} {{end}} {{end}}

Parts:

{{template "message-part-tree" (tuple $ .Message.PartTree)}}
{{if .View}}

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

{{.View}} {{else}}

Can't preview this message part.

Download {{end}} {{template "foot.html"}}