all repos — dotfiles @ 36de43451cc449e0b5cf5dfe17cafeeba62585f9

my *nix dotfiles

Pipe text/html into w3m

And image/{png,jpg} into feh
Anirudh Oppiliappan x@icyphox.sh
Wed, 09 Sep 2020 16:42:30 +0530
commit

36de43451cc449e0b5cf5dfe17cafeeba62585f9

parent

8008c6f19501919c870fecefea0bda7d5719da7b

1 files changed, 5 insertions(+), 1 deletions(-)

jump to
M home/.mailrchome/.mailrc

@@ -40,7 +40,10 @@ set editalong

set history-gabby=all set history-file=~/.s-nailhist set autosort=date -set pipe-text/html='?* lynx -stdin -force_html -dump' + +set pipe-text/html='w3m -T text/html -dump' +set pipe-image/png='feh -' +set pipe-image/jpg='feh -' define trash { move "$@" +Trash

@@ -54,4 +57,5 @@ define sync {

!mbsync -a } commandalias n call sync +commandalias mv mimeview