Gnus development mailing list
 help / color / mirror / Atom feed
From: Karl Kleinpaste <karl@charcoal.com>
Subject: Re: MIME attachment not shown
Date: Sat, 02 Feb 2002 11:39:03 -0500	[thread overview]
Message-ID: <vxkr8o3yh20.fsf@cinnamon.vanillaknot.com> (raw)
In-Reply-To: <wkpu3nzw42.fsf@assurancetourix.xs4all.nl> (Tom Koelman's message of "Sat, 02 Feb 2002 17:28:29 +0100")

Tom Koelman <tkoelman@xs4all.nl> writes:
> it results in an extra line in front of the plain text:
> 1.  (*) text/plain          ( ) text/html           
> which wasn't there without gnus-unbuttonized-mime-types set to nil.

Right, that lets you see what the MIME analysis discovered.

> So, my guess is that Gnus correctly detects the first mime-part, and
> after detecting that it can choose whether to display the HTML or the
> plain text. Due to my preferences it displays the plain text and
> normally just ignores the HTML, which is correct.

So far, so good.

> The second mime-part however, containing the image is skipped al
> together. Is this a bug in the message, in Gnus or am I talking
> complete gibberish?

Well, you're halfway to gibberish, I'm afraid.  You evidently told
Gnus explicitly not to display text/html, something that a lot of us
do.  Having told Gnus that, it did what you wanted, ignoring the
component of that flavor.  Inline images are generally only
displayable as a function of HTML processing (other than for images
just plain inserted in their own right, as entire and independent
MIME components)

It is for this reason that I have gnus-unbuttonized-mime-types set to
nil all the time, so I am at least informed that Gnus made a choice on
my behalf, in accordance with my wishes.  If you want to see the
image, you'll have to toggle the text/html side of the posting, which
you can do with `b' (which takes as argument the part number to be
displayed, and part 1 is of course the default).

If you still don't see the image, you might experiment with whether 
(setq gnus-mime-display-multipart-related-as-mixed t)
helps you out.  This is a bug workaround due to problems in the past
of "related" components not being dealt with properly -- it makes
images intended as inline (especially background images) be displayed
after the intended component entirely, as though they were just
another of a "mixed" set.



  reply	other threads:[~2002-02-02 16:39 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-02-02 15:07 Tom Koelman
2002-02-02 16:05 ` Karl Kleinpaste
2002-02-02 16:28   ` Tom Koelman
2002-02-02 16:39     ` Karl Kleinpaste [this message]
2002-02-02 17:07       ` Tom Koelman
2002-02-03  4:04         ` Daniel Pittman

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=vxkr8o3yh20.fsf@cinnamon.vanillaknot.com \
    --to=karl@charcoal.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).