修复网页端编码问题

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
@@ -36,7 +36,7 @@
<tbody>
{{range .messages}}
<tr class="{{if not .IsRead}}unread{{end}}">
<td>{{.FromAddr}}</td>
<td>{{decodeHeader .FromAddr}}</td>
<td>
<a href="/inbox/{{.ID}}" class="message-subject">
{{if .Subject}}{{.Subject}}{{else}}(无主题){{end}}