diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-01-20 22:52:38 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-01-20 22:52:38 +0900 |
| commit | c9e72cfb78f2cc2dd9e3c5f0c49e92255bd2db1a (patch) | |
| tree | abc0ac09afbf1b17c5489506a700681936153b5f /share/mailcap | |
init
Diffstat (limited to 'share/mailcap')
| -rw-r--r-- | share/mailcap | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/share/mailcap b/share/mailcap new file mode 100644 index 0000000..601419c --- /dev/null +++ b/share/mailcap @@ -0,0 +1,10 @@ +text/plain; $EDITOR %s ; +text/html; /usr/local/lib/mutt-wizard/openfile %s ; nametemplate=%s.html +text/html; lynx -assume_charset=%{charset} -display_charset=utf-8 -dump -width=1024 %s; nametemplate=%s.html; copiousoutput; +image/*; /usr/local/lib/mutt-wizard/openfile %s ; +video/*; setsid mpv --quiet %s &; copiousoutput +audio/*; mpv %s ; +application/pdf; /usr/local/lib/mutt-wizard/openfile %s ; +application/pgp-encrypted; gpg -d '%s'; copiousoutput; +application/pgp-keys; gpg --import '%s'; copiousoutput; +application/x-subrip; $EDITOR %s ; |
