From a103309935c4a2c72770343542493d1c285d94dd Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Tue, 3 Dec 2019 18:41:23 +0100 Subject: Add support for replying to a message --- public/compose.html | 6 ++++-- public/message.html | 1 + 2 files changed, 5 insertions(+), 2 deletions(-) (limited to 'public') diff --git a/public/compose.html b/public/compose.html index 933083c..e35b0fd 100644 --- a/public/compose.html +++ b/public/compose.html @@ -8,11 +8,13 @@

Compose new message

-
+ + +

From:

To:

- +

Subject:

Body:

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 @@
{{if .Body}} +

Reply

{{.Body}}
{{else}}

Can't preview this message part.

-- cgit v1.2.3-59-g8ed1b