From c655afa32bea3208885386cc3e600d19c934dd39 Mon Sep 17 00:00:00 2001 From: Srivathsan Murali Date: Tue, 12 Nov 2019 12:50:00 +0100 Subject: Complete the F rune. %F now shows the auth name or recepient name/address if the message is from you. --- widgets/msglist.go | 1 + 1 file changed, 1 insertion(+) (limited to 'widgets/msglist.go') diff --git a/widgets/msglist.go b/widgets/msglist.go index 5c2d2f4..aed3ed5 100644 --- a/widgets/msglist.go +++ b/widgets/msglist.go @@ -107,6 +107,7 @@ func (ml *MessageList) Draw(ctx *ui.Context) { ctx.Fill(0, row, ctx.Width(), 1, ' ', style) fmtStr, args, err := format.ParseMessageFormat( + ml.aerc.SelectedAccount().acct.From, ml.conf.Ui.IndexFormat, ml.conf.Ui.TimestampFormat, "", i, msg) if err != nil { -- cgit v1.2.3