diff --git a/.config/aerc/aerc.conf b/.config/aerc/aerc.conf index f9195d64..7518b1e0 100644 --- a/.config/aerc/aerc.conf +++ b/.config/aerc/aerc.conf @@ -125,7 +125,7 @@ column-name={{.Style (index (.From | names) 0) "name"}} column-subject={{.Style (printf "%s%s" .ThreadPrefix .Subject) "subject"}} column-date={{.Style (.DateAutoFormat .Date.Local) "date"}} # column-labels = ({{.Style (.Labels | join " ") "labels"}}) -column-labels = {{.StyleMap (.Labels | join "," | replace `\bArchive(/|$|,)` `A$1` | replace `\bLists(/|$|,)` `L$1` | split "," ) (exclude `Inbox`) (case `^A/.*` "labels") (default "labels") | join ","}} +column-labels = {{.StyleMap (.Labels | join "," | replace `\bArchive(/|$|,)` `A$1` | replace `\bLists(/|$|,)` `L$1` | replace `Sourcehut` `Srht` | replace `Recipt` `Rcpt` | replace `Inbox` `I` | replace `Sent` `S` | replace `Draft(s)?` `Dr` | replace `Snoozed` `Snz` | split "," ) (if match .Folder `Inbox` exclude `I`) (case `^A/.*` "labels") (default "labels") | join ","}} # # String separator inserted between columns. When the column width specifier is