all repos — dotfiles @ ca626894ecd234fe4a759ac8ffbe05becbed1c00

my *nix dotfiles

config/aerc/aerc.conf (view raw)

 1# aerc main configuration
 2
 3[ui]
 4index-format=%D %-17.17n %s
 5timestamp-format=2006-01-02 03:04 PM
 6sidebar-width=20
 7empty-message=(no messages)
 8empty-dirlist=(no folders)
 9mouse-enabled=true
10
11[viewer]
12pager=less -R
13alternatives=text/plain,text/html
14show-headers=false
15header-layout=From|To,Cc|Bcc,Date,Subject
16always-show-mime=true
17
18[compose]
19editor=
20
21[filters]
22subject,~^\[PATCH=awk -f /usr/local/share/aerc/filters/hldiff
23text/html=/usr/local/share/aerc/filters/html
24text/*=awk -f /usr/local/share/aerc/filters/plaintext
25image/*=catimg -w $(tput cols) -
26
27[triggers]
28new-mail=exec notify-send "new email from %n" "%s"