blob: d5cca92dc4b650337aa268f6949efc999741a748 (
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
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
|
# vim: ft=conf
[ui]
next-message-on-delete=true
[ui:folder=Sent]
index-format=%D %-40.40r %Z %s
[ui:account=gnzler]
styleset-name=gnzler
[ui:account=hu]
styleset-name=hu
[ui:account=moji]
styleset-name=moji
[viewer]
# Default: less -R
# pager=less -g -i -M -R -s -S -w -X
# pager=nvimpager --noplugin -c 'set nowrap'
#pager=bat --style=plain --color=always --language=email --wrap=character
always-show-mime=true
[filters]
application/pdf=pdf
image/*=swayimg /dev/stdin
# keep defaults around
text/plain=colorize
text/calendar=calendar
message/delivery-status=colorize
message/rfc822=colorize
# text/html=pandoc -f html -t plain | colorize
text/html=html | colorize
text/*=bat -fP --file-name="$AERC_FILENAME"
application/x-sh=bat -fP -l sh
#image/*=catimg -w $(tput cols) -
#subject,~Git(hub|lab)=lolcat -f
#from,thatguywhodoesnothardwraphismessages=fmt -w 72 | colorize
|