From b9d2938f9fd13c290f187901c2fd43c957a24dd7 Mon Sep 17 00:00:00 2001 From: Reto Brunner Date: Wed, 18 Dec 2019 06:34:07 +0100 Subject: msglist: highlight marked messages Note that, until we get color configuration, this means that the user *must* have the %Z verb in the index format else it'll be horribly confusing as no visual indication is provided --- config/triggers.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config/triggers.go') diff --git a/config/triggers.go b/config/triggers.go index f68cb58..3187cf7 100644 --- a/config/triggers.go +++ b/config/triggers.go @@ -39,7 +39,7 @@ func (trig *TriggersConfig) ExecNewEmail(account *AccountConfig, formatstr, args, err := format.ParseMessageFormat( account.From, part, - conf.Ui.TimestampFormat, account.Name, 0, msg) + conf.Ui.TimestampFormat, account.Name, 0, msg, false) if err != nil { return "", err } -- cgit 1.4.1-2-gfad0