diff options
Diffstat (limited to 'public/message.html')
-rw-r--r-- | public/message.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/public/message.html b/public/message.html index fc97bf4..2e1a308 100644 --- a/public/message.html +++ b/public/message.html @@ -40,6 +40,7 @@ <hr> {{if .Body}} + <p><a href="{{.Message.Uid}}/reply?part={{.PartPath}}">Reply</a></p> <pre>{{.Body}}</pre> {{else}} <p>Can't preview this message part.</p> |