Complete the F rune.
%F now shows the auth name or recepient name/address if the message is from you.
This commit is contained in:
parent
4bdef7d860
commit
c655afa32b
4 changed files with 27 additions and 6 deletions
widgets
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue