Gnus development mailing list
 help / color / mirror / Atom feed
From: Jesper Harder <harder@myrealbox.com>
Subject: Re: Problem Viewing MIME Part
Date: Wed, 21 May 2003 05:19:39 +0200	[thread overview]
Message-ID: <m3ptmd2dh0.fsf@defun.localdomain> (raw)
In-Reply-To: <usmrab6i0.fsf@att.net>

Michael R. Wolf <MichaelRunningWolf@att.net> writes:

> /
> | application/ms-word; start %s
> | application/* start "" %s
> \

The last entry doesn't look right.  It should probably be:

   application/*; start %s

But I wouldn't recommend it.  It opens all sorts of security problems
-- you are in effect telling Gnus to behave nearly as insecurely as
Outlook Express with regard to attachments.

In general, you should only include specific entries in .mailcap, and
only for viewers that you know are safe.

> [2. application/pdf; Schebel, p1.pdf]...
>
> Pressing CR on the button, produced this message in the minibuffer,
> but does not display the file in a viewer.
>
> Displaying gv -safer "c:/DOCUME~1/toshiba/LOCALS~1/Temp/emm.1360eqi/Schebel, p1.pdf"...

It means that Gnus is trying to display it with Ghostscript.  You want
a viewer installed on you box instead, probably Acrobat Reader.  You
do this by adding something like this to your .mailcap:

   application/pdf; C:/programs/some/where/acroread.exe %s

Back to HTML -- how do you want to view it?  In an external browser?
Inside Gnus rendered with w3, lynx, links, w3m or html2text?

The last option is the least sophisticated (html2text is a pretty
simple converter), but it should work out-of-the-box because
everything needed is included with Gnus.  You can try it with:

    (setq mm-text-html-renderer 'html2text)



      reply	other threads:[~2003-05-21  3:19 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-05-09 17:32 Jake Colman
2003-05-09 17:54 ` Michael R. Wolf
2003-05-15 15:24 ` Jesper Harder
2003-05-16  4:53   ` Michael R. Wolf
2003-05-17 20:54     ` Jesper Harder
2003-05-20  4:13       ` Michael R. Wolf
2003-05-21  3:19         ` Jesper Harder [this message]

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=m3ptmd2dh0.fsf@defun.localdomain \
    --to=harder@myrealbox.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).