Gnus development mailing list
 help / color / mirror / Atom feed
* PATCH: recognize file extension .css as text/css
@ 1999-12-21  3:45 William M. Perry
  0 siblings, 0 replies; only message in thread
From: William M. Perry @ 1999-12-21  3:45 UTC (permalink / raw)


The new file/ftp URL retrieval code needs this, since it uses
mailcap-extension-to-mime out of the mailcap/mm suite now.  Otherwise
stylesheets don't get recognized.

-Bill P.

Index: mailcap.el
===================================================================
RCS file: /usr/local/cvsroot/gnus/lisp/mailcap.el,v
retrieving revision 5.29
diff -c -w -r5.29 mailcap.el
*** mailcap.el	1999/12/12 17:33:17	5.29
--- mailcap.el	1999/12/21 03:41:04
***************
*** 713,718 ****
--- 713,719 ----
      (".cdf"      . "application/x-netcdr")
      (".cpio"     . "application/x-cpio")
      (".csh"      . "application/x-csh")
+     (".css"      . "text/css")
      (".dvi"      . "application/x-dvi")
      (".el"       . "application/emacs-lisp")
      (".eps"      . "application/postscript")



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~1999-12-21  3:45 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-12-21  3:45 PATCH: recognize file extension .css as text/css William M. Perry

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).