소스 검색

base HTML: fix nil on emails without a text part

P.a. to 50e131244a which solved
https://todo.sr.ht/~emersion/alps/100

Closes: https://todo.sr.ht/~emersion/alps/102
master
наб 3 년 전
committed by Simon Ser
부모
커밋
d60aca0e5c
No known key found for this signature in database GPG 키 ID: FDE7BE0E88F5E48
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      plugins/base/public/mailbox.html

+ 1
- 1
plugins/base/public/mailbox.html 파일 보기

@@ -27,7 +27,7 @@
<ul>
{{range .Messages}}
<li>
<a href="{{.TextPart.URL false}}">
<a href="{{if .TextPart}}{{.TextPart.URL false}}{{else}}{{.URL}}{{end}}">
{{if .Envelope.Subject}}
{{.Envelope.Subject}}
{{else}}


불러오는 중...
취소
저장