aboutsummaryrefslogtreecommitdiff
path: root/filters/html
blob: 5ceee4012fe3b921ccbfe132e5d824756a36725e (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh
# aerc filter which runs w3m using socksify (from the dante package) to prevent
# any phoning home by rendered emails
export SOCKS_SERVER="127.0.0.1:1"
exec socksify w3m \
	-I UTF-8 \
	-T text/html \
	-cols $(tput cols) \
	-dump \
	-o display_image=false \
	-o display_link_number=true