Always reply to plain-text part, if any
Closes: https://todo.sr.ht/~emersion/alps/51
This commit is contained in:
parent
2d86413876
commit
ac7a3fb156
1 changed files with 3 additions and 3 deletions
|
@ -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…
Reference in a new issue