AutoYADM commit: 2025-03-20 15:45:17
This commit is contained in:
parent
8e44b2dd94
commit
65bac85d33
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue