From 25c4f79f0ee5a879442ae8671e58aa742809b766 Mon Sep 17 00:00:00 2001 From: Silvan Jegen Date: Sun, 4 Feb 2024 21:22:20 +0100 Subject: Implement reply-all functionality for the alps theme We slightly refactor the code to make it easier to read, while we are at it. This should address https://todo.sr.ht/~migadu/alps/155. --- themes/alps/compose.html | 1 + themes/alps/message.html | 1 + 2 files changed, 2 insertions(+) (limited to 'themes') diff --git a/themes/alps/compose.html b/themes/alps/compose.html index 7d7c822..e424960 100644 --- a/themes/alps/compose.html +++ b/themes/alps/compose.html @@ -34,6 +34,7 @@ type="text" name="cc" id="cc" + value="{{ join .Message.Cc ", " }}" /> diff --git a/themes/alps/message.html b/themes/alps/message.html index 8f67e8d..daa69ef 100644 --- a/themes/alps/message.html +++ b/themes/alps/message.html @@ -83,6 +83,7 @@ Edit draft {{else}} Reply + Reply all Forward {{end}} -- cgit v1.2.3-59-g8ed1b