AutoYADM commit: 2025-03-20 15:50:17

This commit is contained in:
Daniel Fichtinger 2025-03-20 15:50:17 -04:00
parent 65bac85d33
commit 3581710da4

View file

@ -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 (exclude .Folder) (exclude `^spam$`) (case `^inbox$` "red") (case `^Archive/.*` "green") (default "labels") | join " "}})
column-labels = {{.StyleMap .Labels (exclude `Inbox`) (case `^Archive/.*` "labels") (default "labels") | join ","}}
#
# String separator inserted between columns. When the column width specifier is