# aerc main configuration

[ui]
index-format=%D %-17.17n %s
timestamp-format=2006-01-02 03:04 PM
sidebar-width=20
empty-message=(no messages)
empty-dirlist=(no folders)
mouse-enabled=true

[viewer]
pager=less -R
alternatives=text/plain,text/html
show-headers=false
header-layout=From|To,Cc|Bcc,Date,Subject
always-show-mime=true

[compose]
editor=

[filters]
subject,~^\[PATCH=awk -f /usr/local/share/aerc/filters/hldiff
text/html=/usr/local/share/aerc/filters/html
text/*=awk -f /usr/local/share/aerc/filters/plaintext
image/*=catimg -w $(tput cols) -

[triggers]
new-mail=exec notify-send "new email from %n" "%s"