diff options
author | Luke Smith <luke@lukesmith.xyz> | 2019-05-01 21:24:41 -0400 |
---|---|---|
committer | Luke Smith <luke@lukesmith.xyz> | 2019-05-01 21:24:41 -0400 |
commit | de30654ac0ce3f156600835282122d38db9ad197 (patch) | |
tree | 52fb972b30e5272335898fb303a7fc1d3527803d /mailcap | |
parent | 8d38c10a206ac49686e654b2c98772e717c7a3d5 (diff) |
share files moved and looped
Diffstat (limited to 'mailcap')
-rw-r--r-- | mailcap | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/mailcap b/mailcap deleted file mode 100644 index c9c0a68..0000000 --- a/mailcap +++ /dev/null @@ -1,7 +0,0 @@ -text/plain; $EDITOR %s ; -text/html; openfile %s ; -text/html; w3m -I %{charset} -T text/html; copiousoutput; -image/*; muttimage %s ; copiousoutput -video/*; setsid mpv --quiet %s &; copiousoutput -application/pdf; openfile %s ; -application/pgp-encrypted; gpg -d '%s'; copiousoutput; |