diff options
author | Ben Sima <ben@bsima.me> | 2019-08-27 14:34:49 -0700 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2019-08-27 14:34:49 -0700 |
commit | f3b91d75d2d3153e9fa4d7414929dcc531779727 (patch) | |
tree | c49dc426b64cec2d47dc594a1a5398244ccc4dd0 /mailcap | |
parent | 8c810428d6d93ba718df7e8388615ad7fa3d092c (diff) |
reorganize, and some small fixes
Diffstat (limited to 'mailcap')
-rw-r--r-- | mailcap | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/mailcap b/mailcap deleted file mode 100644 index 5cce027..0000000 --- a/mailcap +++ /dev/null @@ -1,6 +0,0 @@ -text/html; w3m -dump -o document_charset=%{charset} '%s'; nametemplate=%s.html; copiousoutput -application/pdf; apvlv %s -image/*; feh %s -application/msword; antiword %s; copiousoutput -application/ics; emacs %s -application/*; xdg-open %s & sleep 5 |