You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

11 lines
543 B

  1. text/plain; $EDITOR %s ;
  2. text/html; /usr/local/lib/mutt-wizard/openfile %s ; nametemplate=%s.html
  3. text/html; lynx -assume_charset=%{charset} -display_charset=utf-8 -dump -width=1024 %s; nametemplate=%s.html; copiousoutput;
  4. image/*; /usr/local/lib/mutt-wizard/openfile %s ;
  5. video/*; setsid mpv --quiet %s &; copiousoutput
  6. audio/*; mpv %s ;
  7. application/pdf; /usr/local/lib/mutt-wizard/openfile %s ;
  8. application/pgp-encrypted; gpg -d '%s'; copiousoutput;
  9. application/pgp-keys; gpg --import '%s'; copiousoutput;
  10. application/x-subrip; $EDITOR %s ;