#1125: Incorrect display of non-MIME content-types Changes (by brendan):
* status: new => closed * resolution: => wontfix * component: mutt => MIME Old description: > {{{ > Package: mutt > Version: 1.3.27-4 > Severity: normal > > -- Please type your report below this line > If a content-type is not in the form "type/subtype", Mutt > handles it incorrectly. > > Example > Content-Type: x-sun-attachment > Display of this content type: application/x-X-sun-attachment > and not displaying the contents directly. > > Expected behaviour: Because it is not a MIME message, one may > assume that the message contains some form of plain text. > So I expect the displayed content type is > either "text/x-sun-attachment" or just "x-sun-attachment" > with the contents of this part directly shown in the pager. > > Regards, > > Wouter Verheijen, > XS2Mail <http://www.xs2mail.com/> > > -- Build environment information > > (Note: This is the build environment installed on the system > muttbug is run on. Information may or may not match the environment > used to build mutt.) > > - gcc version information > cc > Reading specs from /usr/lib/gcc-lib/i386-linux/2.95.4/specs > gcc version 2.95.4 (Debian prerelease) > > - CFLAGS > -Wall -pedantic -g -O2 > > -- Mutt Version Information > > Mutt 1.3.27i (2002-01-22) > Copyright (C) 1996-2001 Michael R. Elkins and others. > Mutt comes with ABSOLUTELY NO WARRANTY; for details type `mutt -vv'. > Mutt is free software, and you are welcome to redistribute it > under certain conditions; type `mutt -vv' for details. > > System: Linux 2.4.10 (i686) [using ncurses 5.2] > Compile options: > -DOMAIN > -DEBUG > -HOMESPOOL +USE_SETGID +USE_DOTLOCK +DL_STANDALONE > +USE_FCNTL -USE_FLOCK > +USE_POP +USE_IMAP -USE_GSS -USE_SSL +USE_GNUTLS +USE_SASL > +HAVE_REGCOMP -USE_GNU_REGEX > +HAVE_COLOR +HAVE_START_COLOR +HAVE_TYPEAHEAD +HAVE_BKGDSET > +HAVE_CURS_SET +HAVE_META +HAVE_RESIZETERM > +HAVE_PGP -BUFFY_SIZE -EXACT_ADDRESS -SUN_ATTACHMENT > +ENABLE_NLS -LOCALES_HACK +COMPRESSED +HAVE_WC_FUNCS > +HAVE_LANGINFO_CODESET +HAVE_LANGINFO_YESEXPR > +HAVE_ICONV -ICONV_NONTRANS +HAVE_GETSID +HAVE_GETADDRINFO > ISPELL="/usr/bin/ispell" > SENDMAIL="/usr/sbin/sendmail" > MAILPATH="/var/mail" > PKGDATADIR="/usr/share/mutt" > SYSCONFDIR="/etc" > EXECSHELL="/bin/sh" > MIXMASTER="mixmaster" > To contact the developers, please mail to <mutt-dev@mutt.org>. > To report a bug, please use the flea(1) utility. > > patch-1.3.27.bse.xtitles.1 > patch-1.3.26.appoct.3 > patch-1.3.15.sw.pgp-outlook.1 > patch-1.3.27.admcd.gnutls.17 > Md.use_editor > Md.paths_mutt.man > Md.muttbug_no_list > Md.use_etc_mailname > Md.muttbug_warning > Md.gpg_status_fd > patch-1.3.24.rr.compressed.1 > patch-1.3.25.cd.edit_threads.9.1 > patch-1.3.23.1.ametzler.pgp_good_sign > > >How-To-Repeat: > > >Fix: > }}} New description: If a content-type is not in the form "type/subtype", Mutt handles it incorrectly. Example Content-Type: x-sun-attachment Display of this content type: application/x-X-sun-attachment and not displaying the contents directly. Expected behaviour: Because it is not a MIME message, one may assume that the message contains some form of plain text. So I expect the displayed content type is either "text/x-sun-attachment" or just "x-sun-attachment" with the contents of this part directly shown in the pager. Regards, Wouter Verheijen, XS2Mail <http://www.xs2mail.com/> -- Ticket URL: <http://dev.mutt.org/trac/ticket/1125#comment:3>