mutt:如何在索引中以不同方式显示选定的新消息

Mar*_*ter 10 mutt

我为mutt. 当我开始时mutt,光标(即指示器)在第一条消息上(即,顶部的第一条消息被选中)。我为选定的消息定义了颜色,我也为新消息定义了颜色:

...
color indicator color233 color67 
color index color75 color232 ~N
....
Run Code Online (Sandbox Code Playgroud)

不幸的是,无论消息是否是新消息,所选消息看起来都一样。有没有办法为选定的新邮件设置不同的颜色,以便我可以立即识别出选定的邮件是新邮件?否则我必须向下移动光标,才能看到消息是新的。

我已经尝试了明显的解决方案:

color indicator color233 color67 ~N
Run Code Online (Sandbox Code Playgroud)

但这不起作用。穆特抱怨:

Error in .muttrc, line 15: too many arguments
Run Code Online (Sandbox Code Playgroud)

小智 1

您可以将指示条设置为光标,以便您看到颜色:

set arrow_cursor
Run Code Online (Sandbox Code Playgroud)