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

This commit is contained in:
Daniel Fichtinger 2025-03-20 15:45:17 -04:00
parent 8e44b2dd94
commit 65bac85d33

View file

@ -124,7 +124,8 @@ column-name={{.Style (index (.From | names) 0) "name"}}
# column-subject={{.Style (.ThreadPrefix) "style-name"}}{{.Subject}} # column-subject={{.Style (.ThreadPrefix) "style-name"}}{{.Subject}}
column-subject={{.Style (printf "%s%s" .ThreadPrefix .Subject) "subject"}} column-subject={{.Style (printf "%s%s" .ThreadPrefix .Subject) "subject"}}
column-date={{.Style (.DateAutoFormat .Date.Local) "date"}} column-date={{.Style (.DateAutoFormat .Date.Local) "date"}}
column-labels = ({{.Style (.Labels | join " ") "labels"}}) # column-labels = ({{.Style (.Labels | join " ") "labels"}})
column-labels = ({{.StyleMap .Labels (exclude .Folder) (exclude `^spam$`) (case `^inbox$` "red") (case `^Archive/.*` "green") (default "labels") | join " "}})
# #
# String separator inserted between columns. When the column width specifier is # String separator inserted between columns. When the column width specifier is