diff --git a/office/.config/aerc/aerc.conf b/office/.config/aerc/aerc.conf index 96cd2ae..3f12fe9 100644 --- a/office/.config/aerc/aerc.conf +++ b/office/.config/aerc/aerc.conf @@ -8,7 +8,7 @@ dialog-position = bottom styleset-name = simple -index-columns = flags>4,name<20%,subject,date>= +index-columns = flags>6,name<20%,subject,date>= this-week-time-format = Mon 02 sidebar-width = 15 @@ -22,8 +22,12 @@ column-flags = {{.Flags | join ""}} \ (case `^forwarded$` (.Style "f" "")) \ (case `^flagged$` (.Style "!" "highlight")) \ (case `^important$` (.Style "" "highlight")) \ + (case `^list$` "") \ (default "") \ - | join "" }} + | join "" }} \ + {{if contains .AccountFrom.Address (.From | emails | join ", ")}}{{end}}\ + {{if contains .AccountFrom.Address (.Cc | emails | join ", ")}}{{end}}\ + {{if contains .AccountFrom.Address (.Bcc | emails | join ", ")}}{{end}} column-subject = {{(.Style .ThreadPrefix "subdued")}}{{if .ThreadFolded}}{{printf (.Style "%d " "subdued") .ThreadCount}}{{end}}{{.Subject}} @@ -58,8 +62,9 @@ thread-prefix-lone = " " thread-prefix-last-sibling = "╰" [statusline] -column-left = [{{.Account}}] {{cwd}} {{.ContentInfo}} -column-right = {{.TrayInfo}} | {{dateFormat now "Mon Jan 2 15:04:05 2006"}} +column-left = {{.Account}}>{{compactDir .Folder}} {{.ContentInfo}} +column-center = {{.PendingKeys}} # RUE shows 'recent&unread/existing' +column-right = {{.RUE}} | {{.TrayInfo}} | {{cwd}} | {{dateFormat now "Mon Jan 2 15:04:05 2006"}} [viewer] diff --git a/office/.config/aerc/binds.conf b/office/.config/aerc/binds.conf index 9400cbd..a33819f 100644 --- a/office/.config/aerc/binds.conf +++ b/office/.config/aerc/binds.conf @@ -150,8 +150,8 @@ a = :archive flat # archive message A = :unmark -a:mark -T:archive flat # archive thread M = :menu -d :move # move mail - = :copy-link - = :open-link + = :copy-link + = :open-link m = :compose f = :forward