From ffd9bdb72850419ba4131009524787d616f785bb Mon Sep 17 00:00:00 2001 From: Pierre Habouzit Date: Tue, 10 Apr 2007 00:15:04 +0200 Subject: [PATCH] useless Signed-off-by: Pierre Habouzit --- Makefile.am | 6 +--- mime.types | 83 ----------------------------------------------------- 2 files changed, 1 insertion(+), 88 deletions(-) delete mode 100644 mime.types diff --git a/Makefile.am b/Makefile.am index 2e155df..d018a34 100644 --- a/Makefile.am +++ b/Makefile.am @@ -75,7 +75,7 @@ EXTRA_DIST = config.rpath COPYRIGHT GPL OPS TODO \ buffy.h charset.h copy.h crypt.c dotlock.h functions.def gen_defs \ recvattach.h handler.h thread.h globals.h init.h keymap.h \ mime.h mutt.h mutt_sasl.h pager.h protos.h \ - sort.h mime.types autogen.sh remailer.c remailer.h browser.h state.h \ + sort.h autogen.sh remailer.c remailer.h browser.h state.h \ lib.h smime_keys.pl Madmuttrc.head Madmuttrc \ makedoc.c stamp-doc-rc README.SSL depcomp mutt_idna.h mutt_libesmtp.h @@ -119,10 +119,6 @@ install-data-local: Madmuttrc elif [ ! -f $(DESTDIR)$(sysconfdir)/Madmuttrc ] ; then \ $(INSTALL) -m 644 Madmuttrc $(DESTDIR)$(sysconfdir) ; \ fi - -if [ ! -f $(DESTDIR)$(sysconfdir)/madmutt-mime.types ]; then \ - $(INSTALL) -m 644 $(srcdir)/mime.types $(DESTDIR)$(sysconfdir)/madmutt-mime.types; \ - fi - update-doc: stamp-doc-rc (cd doc && $(MAKE) update-doc) diff --git a/mime.types b/mime.types deleted file mode 100644 index 23640f6..0000000 --- a/mime.types +++ /dev/null @@ -1,83 +0,0 @@ -# $Id: mime.types,v 3.0 2002/01/24 12:10:50 roessler Exp $ - -# -# sample mime.types -# - -application/andrew-inset ez -application/excel xls -application/octet-stream bin -application/oda oda -application/pdf pdf -application/pgp pgp -application/postscript ps PS eps -application/rtf rtf -application/x-arj-compressed arj -application/x-bcpio bcpio -application/x-chess-pgn pgn -application/x-cpio cpio -application/x-csh csh -application/x-debian-package deb -application/x-msdos-program com exe bat -application/x-dvi dvi -application/x-gtar gtar -application/x-gunzip gz -application/x-hdf hdf -application/x-latex latex -application/x-mif mif -application/x-netcdf cdf nc -application/x-perl pl pm -application/x-rar-compressed rar -application/x-sh sh -application/x-shar shar -application/x-sv4cpio sv4cpio -application/x-sv4crc sv4crc -application/x-tar tar -application/x-tar-gz tgz tar.gz -application/x-tcl tcl -application/x-tex tex -application/x-texinfo texi texinfo -application/x-troff t tr roff -application/x-troff-man man -application/x-troff-me me -application/x-troff-ms ms -application/x-ustar ustar -application/x-wais-source src -application/x-zip-compressed zip - -audio/basic snd -audio/midi mid midi -audio/ulaw au -audio/x-aiff aif aifc aiff -audio/x-wav wav - -image/gif gif -image/ief ief -image/jpeg jpe jpeg jpg -image/png png -image/tiff tif tiff -image/x-cmu-raster ras -image/x-portable-anymap pnm -image/x-portable-bitmap pbm -image/x-portable-graymap pgm -image/x-portable-pixmap ppm -image/x-rgb rgb -image/x-xbitmap xbm -image/x-xpixmap xpm -image/x-xwindowdump xwd - -text/html html htm -text/plain asc txt -text/richtext rtx -text/tab-separated-values tsv -text/x-setext etx - -video/dl dl -video/fli fli -video/gl gl -video/mpeg mp2 mpe mpeg mpg -video/quicktime mov qt -video/x-msvideo avi -video/x-sgi-movie movie - -x-world/x-vrml vrm vrml wrl -- 2.20.1