diff options
| author | 2024-11-12 22:26:02 -0500 | |
|---|---|---|
| committer | 2024-11-12 22:36:49 -0500 | |
| commit | 53a0a5473f45d37027af9663638adbf56667e4ca (patch) | |
| tree | 05c6c39678a9005f95c00e0fdf31193657bd4d3d /files/mailcap | |
| download | dotfiles-53a0a5473f45d37027af9663638adbf56667e4ca.tar.gz dotfiles-53a0a5473f45d37027af9663638adbf56667e4ca.tar.bz2 dotfiles-53a0a5473f45d37027af9663638adbf56667e4ca.zip | |
Hopefully no leaks
Diffstat (limited to 'files/mailcap')
| -rw-r--r-- | files/mailcap | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/files/mailcap b/files/mailcap new file mode 100644 index 0000000..e4b2c55 --- /dev/null +++ b/files/mailcap @@ -0,0 +1,9 @@ +text/plain; $EDITOR %s; +text/html; lynx -assume_charset=%{charset} -display_charset=utf-8 -dump -width=1024 %s; nametemplate=%s.html; copiousoutput; +image/*; cmv %s; +video/*; cmv %s; +audio/*; cmv %s; +application/pdf; firefox %s; +application/pgp-encrypted; gpg -d '%s'; copiousoutput; +application/pgp-keys; gpg --import '%s'; copiousoutput; +application/x-subrip; $EDITOR %s; |