AutoYADM commit: 2025-03-21 00:00:07
This commit is contained in:
parent
e9198f45f9
commit
205a8216be
3 changed files with 9 additions and 5 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= {{$flags := map .Flags (case "O" "U")}}{{.StyleMap $flags (case `^!$` "important-flag") (case `r|a` "reply-flag") (default "flags") | join ""}}
|
||||
column-flags= {{.StyleMap .Flags (case `^!$` "important-flag") (case `^U|N$` "unread-flag") (case `` "attachment-flag") (case `r` "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"}}
|
||||
|
@ -365,8 +365,8 @@ icon-invalid=
|
|||
|
||||
icon-attachment = ""
|
||||
icon-forwarded = ""
|
||||
icon-replied = ""
|
||||
icon-old = "U"
|
||||
icon-replied = "r"
|
||||
icon-old = "N"
|
||||
# Reverses the order of the message list. By default, the message list is
|
||||
# ordered with the newest (highest UID) message on top. Reversing the order
|
||||
# will put the oldest (lowest UID) message on top. This can be useful in cases
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue