repos / dotfiles

my dotfiles

dotfiles / dot_config / aerc
Eric Bower  ·  2024-08-24

aerc.conf

 1[ui]
 2index-columns = date<*,name<17,flags>4,subject<*
 3column-name = {{index (.From | names) 0}}
 4column-flags = {{.Flags | join ""}}
 5column-subject = {{.ThreadPrefix}}{{.Subject}}
 6column-date = {{.DateAutoFormat .Date.Local}}
 7
 8dirlist-left = {{.Folder}}
 9dirlist-right = {{if .Unread}}{{humanReadable .Unread}}/{{end}}{{if .Exists}}{{humanReadable .Exists}}{{end}}
10
11[viewer]
12
13[compose]
14address-book-cmd=khard email --remove-first-line --parsable '%s'
15
16[filters]
17text/plain=colorize
18text/calendar=calendar
19message/delivery-status=colorize
20message/rfc822=colorize
21#text/html=pandoc -f html -t plain | colorize
22#text/html=html | colorize
23#text/*=bat -fP --file-name="$AERC_FILENAME"
24#application/x-sh=bat -fP -l sh
25#image/*=catimg -w $(tput cols) -
26#subject,~Git(hub|lab)=lolcat -f
27#from,thatguywhodoesnothardwraphismessages=wrap -w 100 | colorize
28
29[triggers]
30
31[templates]