diff options
Diffstat (limited to 'themes')
-rw-r--r-- | themes/alps/compose.html | 1 | ||||
-rw-r--r-- | themes/alps/message.html | 1 |
2 files changed, 2 insertions, 0 deletions
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 ", " }}" /> <label>Bcc</label> 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 @@ <a class="action-group button-link" href="{{.Message.URL}}/edit{{if .Message.TextPart}}?part={{.Message.TextPart.PathString}}{{end}}">Edit draft</a> {{else}} <a class="action-group button-link" href="{{.Message.URL}}/reply{{if .Message.TextPart}}?part={{.Message.TextPart.PathString}}{{end}}">Reply</a> + <a class="action-group button-link" href="{{.Message.URL}}/reply{{if .Message.TextPart}}?part={{.Message.TextPart.PathString}}&all=true{{end}}">Reply all</a> <a class="action-group button-link" href="{{.Message.URL}}/forward{{if .Message.TextPart}}?part={{.Message.TextPart.PathString}}{{end}}">Forward</a> {{end}} </span> |