29 lines
		
	
	
		
			1.0 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			29 lines
		
	
	
		
			1.0 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| application/msword;         soffice %s;
 | |
| 
 | |
| #application/octet-stream;   ~/bin/mutt.octet.filter %s; copiousoutput
 | |
| application/octet-stream;   file -b %s; copiousoutput
 | |
| 
 | |
| application/pdf;            open -a "Preview" %s;
 | |
| 
 | |
| application/vnd.openxmlformats-officedocument.spreadsheetml.sheet;  open -a "Microsoft Excel" %s
 | |
| 
 | |
| application/x-gzip;         zcat %s; copiousoutput
 | |
| 
 | |
| application/x-html;         open -a "Firefox" %s; nametemplate=%s.html
 | |
| application/x-html;         w3m -dump %s; copiousoutput; nametemplate=%s.html
 | |
| 
 | |
| image/*;                    open -a "Preview" %s;
 | |
| 
 | |
| text/html;                  open -a "Firefox" %s; nametemplate=%s.html
 | |
| text/html;                  w3m -dump %s; copiousoutput; nametemplate=%s.html
 | |
| 
 | |
| # This should work, but doesn't
 | |
| #text/plain;                 ~/bin/mutt-unproofpoint.py %s; copiousoutput
 | |
| 
 | |
| text/vcard;                 mutt_vcard_filter; copiousoutput
 | |
| 
 | |
| text/x-diff;                view %s; needsterminal
 | |
| 
 | |
| text/x-patch;               view %s; needsterminal
 | |
| application/zip;	    unzip -c %s; copiousoutput; nametemplate=%s.zip
 |