AutoYADM commit: 2025-03-20 23:30:07
This commit is contained in:
parent
b690ec581c
commit
c540f6c956
2 changed files with 4 additions and 4 deletions
|
@ -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}}
|
||||
#
|
||||
# Default settings
|
||||
column-flags= {{.StyleMap .Flags (case `^!$` "important-flag") (case `r|a` "reply-flag") (default "flags") | join ""}}
|
||||
column-flags= {{$flags := map .Flags (case "O" "U")}}{{.StyleMap $flags (case `^!$` "important-flag") (case `r|a` "reply-flag") (default "flags") | join ""}}
|
||||
column-name= {{.Style (index (.From | names) 0) "name"}}
|
||||
column-subject= {{.Style (printf "%s%s" .ThreadPrefix .Subject) "subject"}}
|
||||
column-date= {{.Style (.DateAutoFormat .Date.Local) "date"}}
|
||||
|
@ -131,7 +131,7 @@ column-labels = {{$labels := map .Labels (exclude .Folder) | join "," | replace
|
|||
# width will be fully available for the column contents).
|
||||
#
|
||||
# Default: " "
|
||||
#column-separator=" "
|
||||
# column-separator=" "
|
||||
|
||||
#
|
||||
# See time.Time#Format at https://godoc.org/time#Time.Format
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue