aboutsummaryrefslogtreecommitdiff
path: root/modules/email/aerc.conf
blob: 86982ae1f8dda230ffec32808e66038851fe57dc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
[general]
enable-osc8 = true
unsafe-accounts-conf = true

[ui]
auto-mark-read = true

[viewer]
parse-http-links = true

[compose]
editor = nvim
file-picker-cmd = lf -selection-path=%f

[filters]
text/plain=bat -f --paging=never --file-name="$AERC_SUBJECT ($AERC_FROM)" --style=header,grid
text/html=! w3m -I UTF-8 -T text/html
text/*=bat -fP --file-name="$AERC_FILENAME" --style=plain

[openers]
image/*=sxiv {}
application/pdf=zathura {}