comparison lisp/w3/mm.el @ 116:9f59509498e1 r20-1b10

Import from CVS: tag r20-1b10
author cvs
date Mon, 13 Aug 2007 09:23:06 +0200
parents 8619ce7e4c50
children 7d55a9ba150c
comparison
equal deleted inserted replaced
115:f109f7dabbe2 116:9f59509498e1
121 (".*" . (("viewer" . mm-save-binary-file) 121 (".*" . (("viewer" . mm-save-binary-file)
122 ("type" . "multipart/*"))) 122 ("type" . "multipart/*")))
123 ) 123 )
124 ) 124 )
125 ("application" . ( 125 ("application" . (
126 ("x-x509-ca-cert" . (("viewer" . ssl-view-site-cert)
127 ("test" . (fboundp 'ssl-view-site-cert))
128 ("type" . "application/x-x509-ca-cert")))
129 ("x-x509-user-cert" . (("viewer" . ssl-view-user-cert)
130 ("test" . (fboundp 'ssl-view-user-cert))
131 ("type" . "application/x-x509-user-cert")))
126 ("octet-stream" . (("viewer" . mm-save-binary-file) 132 ("octet-stream" . (("viewer" . mm-save-binary-file)
127 ("type" ."application/octet-stream"))) 133 ("type" ."application/octet-stream")))
128 ("dvi" . (("viewer" . "open %s") 134 ("dvi" . (("viewer" . "open %s")
129 ("type" . "application/dvi") 135 ("type" . "application/dvi")
130 ("test" . (eq (device-type) 'ns)))) 136 ("test" . (eq (device-type) 'ns))))