diff options
author | 2019-12-03 18:41:23 +0100 | |
---|---|---|
committer | 2019-12-03 18:41:23 +0100 | |
commit | a103309935c4a2c72770343542493d1c285d94dd (patch) | |
tree | 8d030950cf75f4b10f1cc657b56a0079b027b7b5 /public/message.html | |
parent | b386d1c2bb0efacea2484b4aa2088c769e048a9c (diff) | |
download | alps-a103309935c4a2c72770343542493d1c285d94dd.tar.gz alps-a103309935c4a2c72770343542493d1c285d94dd.tar.bz2 alps-a103309935c4a2c72770343542493d1c285d94dd.zip |
Add support for replying to a message
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> |