選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

mailcap 341 B

5年前
1234567
  1. text/plain; $EDITOR %s ;
  2. text/html; openfile %s ; nametemplate=%s.html
  3. text/html; lynx -assume_charset=%{charset} -display_charset=utf-8 -dump %s; nametemplate=%s.html; copiousoutput;
  4. image/*; openfile %s ;
  5. video/*; setsid mpv --quiet %s &; copiousoutput
  6. application/pdf; openfile %s ;
  7. application/pgp-encrypted; gpg -d '%s'; copiousoutput;