Pipe text/html into w3m And image/{png,jpg} into feh
Anirudh Oppiliappan x@icyphox.sh
Wed, 09 Sep 2020 16:42:30 +0530
1 files changed,
5 insertions(+),
1 deletions(-)
jump to
M
home/.mailrc
→
home/.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