diff --git a/.config/aerc/aerc.conf b/.config/aerc/aerc.conf index 4a33b64f..ee140220 100644 --- a/.config/aerc/aerc.conf +++ b/.config/aerc/aerc.conf @@ -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 diff --git a/.config/aerc/binds.conf b/.config/aerc/binds.conf index f4ca7732..991d177b 100644 --- a/.config/aerc/binds.conf +++ b/.config/aerc/binds.conf @@ -25,12 +25,13 @@ mr = :read # mR = :tag +recipt mu = :unread # d = :modify-labels +deleted -d = :delete +d = :choose -o y 'Really delete this message' delete-message +# d = :delete # mm = :tag a = :archive flat \- = :tag - + = :tag + -ff = :flag +ff = :flag -t -x flagged uf = :unflag ft = :flag -t -x diff --git a/.config/aerc/stylesets/ashen b/.config/aerc/stylesets/ashen index 992de3f3..0a41defb 100644 --- a/.config/aerc/stylesets/ashen +++ b/.config/aerc/stylesets/ashen @@ -105,8 +105,11 @@ archive.fg = #B14242 lists.fg = #737373 important-flag.fg = #C53030 important-flag.bold = true +unread-flag.fg = #E5A72A +unread-flag.bold = true important-flag.underline = true reply-flag.fg = #4A8B8B +attachment-flag.fg = #DF6464 name.fg = #b4b4b4 # labels.italic = true subject.fg = #B14242