diff options
author | Reto Brunner <reto@labrat.space> | 2019-12-18 06:34:07 +0100 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2019-12-21 09:27:53 -0500 |
commit | b9d2938f9fd13c290f187901c2fd43c957a24dd7 (patch) | |
tree | 5dd35d07dd56f851752fb6e16dc187ccd51d9f33 /doc/aerc-config.5.scd | |
parent | a744df724f8b7acb0ac231a615192d33c414012e (diff) | |
download | aerc-b9d2938f9fd13c290f187901c2fd43c957a24dd7.tar.gz |
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
Diffstat (limited to 'doc/aerc-config.5.scd')
-rw-r--r-- | doc/aerc-config.5.scd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/aerc-config.5.scd b/doc/aerc-config.5.scd index 615c3ab..1d6294e 100644 --- a/doc/aerc-config.5.scd +++ b/doc/aerc-config.5.scd @@ -78,7 +78,7 @@ These options are configured in the *[ui]* section of aerc.conf. | %v : sender first name (e.g. "Alex" in "Alex Smith <smith@example.net>") | %Z -: flags (O=old, N=new, r=answered, D=deleted, !=flagged) +: flags (O=old, N=new, r=answered, D=deleted, !=flagged, \*=marked) *timestamp-format* See time.Time#Format at https://godoc.org/time#Time.Format |