AutoYADM commit: 2025-03-21 00:00:07

This commit is contained in:
Daniel Fichtinger 2025-03-21 00:00:07 -04:00
parent e9198f45f9
commit 205a8216be
3 changed files with 9 additions and 5 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= {{$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-name= {{.Style (index (.From | names) 0) "name"}}
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"}}
@ -365,8 +365,8 @@ icon-invalid=
icon-attachment = "󰏢" icon-attachment = "󰏢"
icon-forwarded = "" icon-forwarded = ""
icon-replied = "" icon-replied = "r"
icon-old = "U" icon-old = "N"
# Reverses the order of the message list. By default, the message list is # 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 # 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 # will put the oldest (lowest UID) message on top. This can be useful in cases

View file

@ -25,12 +25,13 @@ mr = :read<Enter>
# mR = :tag +recipt<Enter> # mR = :tag +recipt<Enter>
mu = :unread<Enter> mu = :unread<Enter>
# d = :modify-labels +deleted<Enter> # d = :modify-labels +deleted<Enter>
d = :delete<Enter> d = :choose -o y 'Really delete this message' delete-message<Enter>
# d = :delete<Enter>
# mm = :tag<Space> # mm = :tag<Space>
a = :archive flat<Enter> a = :archive flat<Enter>
\- = :tag - \- = :tag -
+ = :tag + + = :tag +
ff = :flag<Enter> ff = :flag -t -x flagged<Enter>
uf = :unflag<Enter> uf = :unflag<Enter>
ft = :flag -t -x<space><tab> ft = :flag -t -x<space><tab>

View file

@ -105,8 +105,11 @@ archive.fg = #B14242
lists.fg = #737373 lists.fg = #737373
important-flag.fg = #C53030 important-flag.fg = #C53030
important-flag.bold = true important-flag.bold = true
unread-flag.fg = #E5A72A
unread-flag.bold = true
important-flag.underline = true important-flag.underline = true
reply-flag.fg = #4A8B8B reply-flag.fg = #4A8B8B
attachment-flag.fg = #DF6464
name.fg = #b4b4b4 name.fg = #b4b4b4
# labels.italic = true # labels.italic = true
subject.fg = #B14242 subject.fg = #B14242