ソースを参照

Always reply to plain-text part, if any

Closes: https://todo.sr.ht/~emersion/alps/51
master
Simon Ser 4年前
コミット
ac7a3fb156
この署名に対応する既知のキーがデータベースに存在しません GPGキーID: FDE7BE0E88F5E48
1個のファイルの変更3行の追加3行の削除
  1. +3
    -3
      themes/alps/message.html

+ 3
- 3
themes/alps/message.html ファイルの表示

@@ -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>


読み込み中…
キャンセル
保存