commit e0b3cb05e4f473c1bf5cbe4352843afad472ca22 parent c2916816ef3b1eb2326330c5ad060a60dd82ca84 Author: hhvn <dev@hhvn.uk> Date: Sun, 11 Jul 2021 12:24:14 +0100 .c/n/mailcap: use plumb Diffstat:
M | .config/neomutt/mailcap | | | 18 | ++++-------------- |
1 file changed, 4 insertions(+), 14 deletions(-)
diff --git a/.config/neomutt/mailcap b/.config/neomutt/mailcap @@ -1,14 +1,4 @@ -# torsocks -a 0.0.0.0 -# isolate the program by using -# a non-existant daemon - -#text/html ; lynx -stdin -dump < '%s' | less -text/html ; torsocks -a 0.0.0.0 surf '%s' -text/* ; nvim '%s' - -application/pdf ; zathura '%s' -application/zip ; unzip -c '%s' | less -application/gzip ; gunzip '%s' | less - -image/* ; sxiv '%s' -video/* ; mpv '%s' +text/* ; plumb '%s' +application/* ; plumb '%s' +video/* ; plumb '%s' +image/* ; plumb '%s'