diff options
author | Luke Smith <luke@lukesmith.xyz> | 2019-04-21 20:42:39 -0400 |
---|---|---|
committer | Luke Smith <luke@lukesmith.xyz> | 2019-04-21 20:42:39 -0400 |
commit | 148cc7e8321811d5103ccef22a7af5b020f60c01 (patch) | |
tree | ecb1390d6a11e548b23a7f503f66c8b6e9fc68ea /bin/mailcap | |
parent | 46f91c5f712c96331315d420430105c960418460 (diff) |
no bin
Diffstat (limited to 'bin/mailcap')
-rw-r--r-- | bin/mailcap | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/bin/mailcap b/bin/mailcap deleted file mode 100644 index 6dcca4d..0000000 --- a/bin/mailcap +++ /dev/null @@ -1,7 +0,0 @@ -text/plain; vim %s ; -text/html; ~/.config/mutt/bin/openfile %s ; -text/html; w3m -I %{charset} -T text/html; copiousoutput; -image/*; ~/.config/mutt/bin/muttimage %s ; copiousoutput -video/*; setsid mpv --quiet %s &; copiousoutput -application/pdf; ~/.config/mutt/bin/openfile %s ; -application/pgp-encrypted; gpg -d '%s'; copiousoutput; |