citadel

My dotfiles, scripts and nix configs
git clone git://jb55.com/citadel
Log | Files | Refs | README | LICENSE

commit 7e51794587e9f2491669804f4b7bda37c1e7f504
parent c20270bf5cc23cbdd7785c4cf3039f564a64dfae
Author: William Casarin <jb55@jb55.com>
Date:   Mon, 28 Jun 2021 07:23:07 -0700

mailcap: open html in browser

Diffstat:
Mdotfiles/.mailcap | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dotfiles/.mailcap b/dotfiles/.mailcap @@ -1,4 +1,4 @@ -text/html; w3m -dump -o document_charset=%{charset} '%s'; nametemplate=%s.html; copiousoutput +text/html; open %s; nametemplate=%s.html text/csv; pcsv %s image/*; open %s application/pdf; open %s