aboutsummaryrefslogtreecommitdiff
path: root/filters/html
blob: db7808ac1cb44781955fbfa8e1ac7d95cdde6f9a (plain)
1
2
3
4
5
6
7
8
9
10
#!/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 \
	-T text/html \
	-cols $(tput cols) \
	-dump \
	-o display_image=false \
	-o display_link_number=true