Gnus development mailing list
 help / color / mirror / Atom feed
From: Matt Armstrong <mattdav+matt@best.com>
Subject: Re: MIME handling for common MS Windows attachments?
Date: 13 Jan 1999 09:12:35 -0800	[thread overview]
Message-ID: <87lnj76qrg.fsf@mattdav.vip.best.com> (raw)
In-Reply-To: Lars Magne Ingebrigtsen's message of "12 Jan 1999 18:25:28 +0100"

[-- Attachment #1: Type: text/plain, Size: 724 bytes --]

Lars Magne Ingebrigtsen <larsi@gnus.org> writes:

> Hrvoje Niksic <hniksic@srce.hr> writes:
> 
> > I still think relieving users by defaulting ms-word to MS Word
> > viewers, etc., might be useful, even if strictly against FSF's
> > philosophy.
> 
> I think so, to.  Defaulting *.doc to ms-word is bad, but I see no harm 
> in defaulting application/ms-word to MS Word (or something else that
> can understand these files).

I think defaulting .doc to ms-word is good when running under Win32.

Anyway, Debian Linux has an /etc/mime.types file that does what
mailcap.el's mailcap-mime-extensions does.  I'm not sure how Debian
specific it is, but are people open to having Gnus look for it (or
maybe a ~/.mime.types file)?


[-- Attachment #2: Debian's /etc/mime.types file --]
[-- Type: text/plain, Size: 4151 bytes --]

###############################################################################
#
#  MIME types and the extensions that represent them
#
#  This file is part of the "mime-support" package.  Please send email (not a
#  bug report) to the maintainer if you would like new types and/or extensions
#  to be added.
#
###############################################################################


application/activemessage
application/andrew-inset
application/applefile
application/atomicmail
application/cu-seeme				csm cu
application/dca-rft
application/dec-dx
application/dsptype				tsp
application/excel				xls
application/futuresplash			spl
application/ghostview
application/mac-binhex40			hqx
application/macwriteii
application/msword				doc dot
application/news-message-id
application/news-transmission
application/octet-stream			bin
application/oda					oda
application/pdf					pdf
application/pgp-signature			pgp
application/postscript				ps ai eps
application/powerpoint				ppt
application/remote-printing
application/rtf					rtf
application/slate
application/wita
application/wordperfect5.1			wp5
application/zip					zip
application/x-123				wk
application/x-Wingz				wz
application/x-bcpio				bcpio
application/x-core
application/x-cpio				cpio
application/x-csh
application/x-debian-package			deb
application/x-director				dcr dir dxr
application/x-dvi				dvi
application/x-executable
application/x-font				pfa pfb gsf pcf pcf.Z
application/x-gtar				gtar tgz
application/x-hdf				hdf
application/x-httpd-php				phtml pht php
application/x-httpd-php3			php3
application/x-httpd-php3-source			phps
application/x-httpd-php3-preprocessed 		php3p
application/x-java				class
application/x-kdelnk
application/x-latex				latex
application/x-maker				frm maker frame fm fb book fbdoc
application/x-mif				mif
application/x-msdos-program			com exe bat
application/x-netcdf				nc cdf
application/x-ns-proxy-autoconfig		pac
application/x-object				o
application/x-perl				pl pm
application/x-rx
application/x-sh
application/x-shar				shar
application/x-shellscript
application/x-shockwave-flash			swf swfl
application/x-stuffit				sit
application/x-sv4cpio				sv4cpio
application/x-sv4crc				sv4crc
application/x-tar				tar
application/x-tcl
application/x-tex
application/x-tex-gf				gf
application/x-tex-pk				pk PK
application/x-texinfo				texinfo texi
application/x-trash				~ % bak old sik
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

audio/basic					au snd
audio/midi					mid midi
audio/mpeg					mpga mpega mp2 mp3
audio/mpegurl					m3u
audio/x-aiff					aif aiff aifc
audio/x-pn-realaudio				ra rm ram
audio/x-pn-realaudio-plugin			rpm
audio/x-wav					wav

image/gif					gif
image/ief					ief
image/jpeg					jpeg jpg jpe
image/png					png
image/tiff					tiff tif
image/x-cmu-raster				ras
image/x-ms-bmp					bmp
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

inode/chardevice
inode/blockdevice
inode/directory-locked
inode/directory
inode/fifo
inode/socket

message/external-body
message/news
message/partial
message/rfc822

multipart/alternative
multipart/appledouble
multipart/digest
multipart/mixed
multipart/parallel

text/comma-separated-values			csv
text/english
text/html					html htm
text/plain					txt
text/richtext					rtx
text/tab-separated-values			tsv
text/x-c++hdr					h++ hpp hxx hh
text/x-c++src					c++ cpp cxx cc
text/x-chdr					h
text/x-crontab
text/x-csh					csh
text/x-csrc					c
text/x-java					java
text/x-makefile
text/x-moc					moc
text/x-pascal					p pas
text/x-setext					etx
text/x-sh					sh
text/x-tcl					tcl tk
text/x-tex					tex ltx sty cls
text/x-vCalendar				vcs
text/x-vCard					vcf

video/dl					dl
video/fli					fli
video/gl					gl
video/mpeg					mpeg mpg mpe
video/quicktime					qt mov
video/x-ms-asf					asf asx
video/x-msvideo					avi
video/x-sgi-movie				movie

x-world/x-vrml					vrm vrml wrl

[-- Attachment #3: Type: text/plain, Size: 462 bytes --]


> A more sticky issue is whether to default image/* to the un-free,
> but commonly installed xv, or to some free image viewing program.
> 
> What image viewing programs exist out there?
> 
> (Well, it isn't really a sticky issue, because we could default to
> free programs, and then use non-free programs as the backup default
> values if the free programs don't exist on the system.)

I assume that files like /etc/mailcap override Gnus' defaults?


-- 
Matt

  parent reply	other threads:[~1999-01-13 17:12 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1999-01-12 14:46 John Cooper
     [not found] ` <m37lusset2.fsf@peorth.gweep.net>
1999-01-12 16:28   ` Hrvoje Niksic
1999-01-12 17:25     ` Lars Magne Ingebrigtsen
1999-01-12 19:07       ` Karl Eichwalder
1999-01-12 19:37         ` Hrvoje Niksic
1999-01-15 17:56           ` Karl Eichwalder
1999-01-12 19:13       ` Hrvoje Niksic
1999-01-13  7:51         ` Steinar Bang
1999-01-13  9:38         ` Russ Allbery
1999-01-13 14:13           ` Karl Kleinpaste
1999-01-13 15:50           ` Alan Shutko
1999-01-13 18:43           ` Lars Magne Ingebrigtsen
1999-01-14  0:58             ` Russ Allbery
1999-01-14 16:14               ` Hrvoje Niksic
1999-01-13 17:12       ` Matt Armstrong [this message]
1999-01-13 18:16         ` William M. Perry
1999-01-13 15:54     ` Robert Pluim
1999-01-13 16:27       ` William M. Perry
1999-01-13 22:35       ` Kai.Grossjohann
1999-01-14 11:53       ` John Cooper
1999-01-14 12:51         ` John Cooper
1999-01-14 15:14       ` Robert Bihlmeyer
1999-01-14 15:25         ` Robert Pluim
1999-01-14 19:20         ` Lars Magne Ingebrigtsen
1999-01-14 20:10           ` William M. Perry
1999-01-14 21:12             ` Lars Magne Ingebrigtsen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87lnj76qrg.fsf@mattdav.vip.best.com \
    --to=mattdav+matt@best.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).