AutoYADM commit: 2025-03-20 15:55:17
This commit is contained in:
parent
3581710da4
commit
d77b1a0933
1 changed files with 1 additions and 1 deletions
|
@ -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 `Inbox`) (case `^Archive/.*` "labels") (default "labels") | join ","}}
|
||||
column-labels = {{.StyleMap (map .Labels (case `^Archive/` "A/")) (exclude `Inbox`) (case `^A/.*` "labels") (default "labels") | join ","}}
|
||||
|
||||
#
|
||||
# String separator inserted between columns. When the column width specifier is
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue