all repos — dotfiles @ 7aea05e57ad97627f5907f1e8e220b61cc467254

my *nix dotfiles

config/aerc/aerc.conf (view raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
# 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"