修复网页端编码问题

This commit is contained in:
2026-06-02 20:46:59 +08:00
parent 59719586a1
commit c7f466c99b
6 changed files with 31 additions and 7 deletions
+1 -1
View File
@@ -46,7 +46,7 @@
<tbody>
{{range .messages}}
<tr style="cursor:pointer;" onclick="location.href='/admin/mails/{{.ID}}'">
<td>{{.FromAddr}}</td>
<td>{{decodeHeader .FromAddr}}</td>
<td>{{.ToAddr}}</td>
<td>{{.Subject}}</td>
<td>{{if .User.ID}}{{.User.Username}}{{else}}—{{end}}</td>