diff options
Diffstat (limited to 'widgets/msglist.go')
-rw-r--r-- | widgets/msglist.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/widgets/msglist.go b/widgets/msglist.go index 4c805d51..a12a4687 100644 --- a/widgets/msglist.go +++ b/widgets/msglist.go @@ -257,6 +257,7 @@ func (ml *MessageList) drawRow(textWidth int, ctx *ui.Context, uid uint32, row i uiConfig.ThisDayTimeFormat, uiConfig.ThisWeekTimeFormat, uiConfig.ThisYearTimeFormat, + uiConfig.IconAttachment, fmtCtx) if err != nil { ctx.Printf(0, row, style, "%v", err) |