blob: e4b2c55b0663604e2a708e440a530f12bd528a38 (
plain)
1
2
3
4
5
6
7
8
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;
|