Browse Source

Always reply to plain-text part, if any

Closes: https://todo.sr.ht/~emersion/alps/51
master
Simon Ser 4 years ago
parent
commit
ac7a3fb156
No known key found for this signature in database GPG Key ID: FDE7BE0E88F5E48
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      themes/alps/message.html

+ 3
- 3
themes/alps/message.html View File

@@ -123,10 +123,10 @@

<span class="followups">
{{if .Message.HasFlag "\\Draft"}}
<a class="action-group button-link" href="{{.Message.URL}}/edit?part={{.Part.PathString}}">Edit draft</a>
<a class="action-group button-link" href="{{.Message.URL}}/edit?part={{.Message.TextPartName}}">Edit draft</a>
{{else}}
<a class="action-group button-link" href="{{.Message.URL}}/reply?part={{.Part.PathString}}">Reply</a>
<a class="action-group button-link" href="{{.Message.URL}}/forward?part={{.Part.PathString}}">Forward</a>
<a class="action-group button-link" href="{{.Message.URL}}/reply?part={{.Message.TextPartName}}">Reply</a>
<a class="action-group button-link" href="{{.Message.URL}}/forward?part={{.Message.TextPartName}}">Forward</a>
{{end}}
</span>
</div>


Loading…
Cancel
Save