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

This commit is contained in:
Daniel Fichtinger 2025-03-20 16:45:17 -04:00
parent 81603cb1d3
commit 34e04baece
2 changed files with 5 additions and 2 deletions

View file

@ -119,7 +119,7 @@ index-columns=flags:4,labels<=,name<20%,subject,date>=
# column-name={{if match .Folder "^(Gesendet|Sent)$"}}{{index (.To | names) 0}}{{else}}{{index (.From | names) 0}}{{end}} # column-name={{if match .Folder "^(Gesendet|Sent)$"}}{{index (.To | names) 0}}{{else}}{{index (.From | names) 0}}{{end}}
# #
# Default settings # Default settings
column-flags={{.StyleMap .Flags (case `^!$` "important") (default "flags") | join ""}} column-flags={{.StyleMap .Flags (case `^!$` "important-flag") (case `r|a` "reply-flag") (default "flags") | join ""}}
column-name={{.Style (index (.From | names) 0) "name"}} 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"}}

View file

@ -103,7 +103,10 @@ quote_x.dim= true
labels.fg = #C4693D labels.fg = #C4693D
archive.fg = #B14242 archive.fg = #B14242
lists.fg = #737373 lists.fg = #737373
important.fg = #C53030 important-flag.fg = #C53030
important-flag.bold = true
important-flag.underline = true
reply-flag.fg = #4A8B8B
name.fg = #b4b4b4 name.fg = #b4b4b4
# labels.italic = true # labels.italic = true
subject.fg = #B14242 subject.fg = #B14242