Gnus development mailing list
 help / color / mirror / Atom feed
* Handling/of multipart/signed and/or message/rfc822
@ 1998-10-01 16:47 Robert Bihlmeyer
  1998-10-02  2:45 ` Lars Magne Ingebrigtsen
  0 siblings, 1 reply; 7+ messages in thread
From: Robert Bihlmeyer @ 1998-10-01 16:47 UTC (permalink / raw)


Hi,

a friend sent me mail with the following structure:

multipart/signed
	message/rfc822
	application/pgp-signature

All I see are two buttons for the two parts. I expected to see the
contents of the message/rfc822 part right away.

Also, when clicking on the rfc822 button, the enclosed message is
shown, but no highlighting is done.

	Robbe

-- 
Robert Bihlmeyer	reads: Deutsch, English, MIME, Latin-1, NO SPAM!
<robbe@orcus.priv.at>	<http://stud2.tuwien.ac.at/~e9426626/sig.html>


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Handling/of multipart/signed and/or message/rfc822
  1998-10-01 16:47 Handling/of multipart/signed and/or message/rfc822 Robert Bihlmeyer
@ 1998-10-02  2:45 ` Lars Magne Ingebrigtsen
  1998-10-02 13:44   ` Robert Bihlmeyer
  1998-10-02 16:03   ` Wes Hardaker
  0 siblings, 2 replies; 7+ messages in thread
From: Lars Magne Ingebrigtsen @ 1998-10-02  2:45 UTC (permalink / raw)


Robert Bihlmeyer <e9426626@stud2.tuwien.ac.at> writes:

> a friend sent me mail with the following structure:
> 
> multipart/signed
> 	message/rfc822
> 	application/pgp-signature
> 
> All I see are two buttons for the two parts. I expected to see the
> contents of the message/rfc822 part right away.

message/rfc822 is shown in a separate buffer, so that's not displayed
by default.  Perhaps multipart/signed should do that, though...

-- 
(domestic pets only, the antidote for overdose, milk.)
  larsi@gnus.org * Lars Magne Ingebrigtsen


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Handling/of multipart/signed and/or message/rfc822
  1998-10-02  2:45 ` Lars Magne Ingebrigtsen
@ 1998-10-02 13:44   ` Robert Bihlmeyer
  1998-10-10 21:48     ` Lars Magne Ingebrigtsen
  1998-10-02 16:03   ` Wes Hardaker
  1 sibling, 1 reply; 7+ messages in thread
From: Robert Bihlmeyer @ 1998-10-02 13:44 UTC (permalink / raw)


Hi,

>>>>> On 02 Oct 1998 04:45:12 +0200
>>>>> Lars Magne Ingebrigtsen <larsi@gnus.org> said:

 Lars> message/rfc822 is shown in a separate buffer, so that's not
 Lars> displayed by default. Perhaps multipart/signed should do that,
 Lars> though...

Why not for other multiparts, too?

Another example would be forwarded mail. It is perfectly sane to do
this as multipart/mixed with one or more message/rfc822 parts. I want
to see the forwarded things right away.

	Robbe

-- 
Robert Bihlmeyer	reads: Deutsch, English, MIME, Latin-1, NO SPAM!
<robbe@orcus.priv.at>	<http://stud2.tuwien.ac.at/~e9426626/sig.html>


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Handling/of multipart/signed and/or message/rfc822
  1998-10-02  2:45 ` Lars Magne Ingebrigtsen
  1998-10-02 13:44   ` Robert Bihlmeyer
@ 1998-10-02 16:03   ` Wes Hardaker
  1998-10-10 21:50     ` Lars Magne Ingebrigtsen
  1 sibling, 1 reply; 7+ messages in thread
From: Wes Hardaker @ 1998-10-02 16:03 UTC (permalink / raw)


>>>>> On 02 Oct 1998 04:45:12 +0200, Lars Magne Ingebrigtsen <larsi@gnus.org> said:

Lars> message/rfc822 is shown in a separate buffer, so that's not
Lars> displayed by default.  Perhaps multipart/signed should do that,
Lars> though...

Well, I'd like it to be in the same buffer...  Maybe you should
customize it all with something like:

(setq gnus-default-display-locations
	'((message/rfc822 inline)
	  (image/gif popup)
	  (audio/mp3 wait)))   ; wait for me to press 'v', ret, etc...

That would be kind of cool....

-- 
"Ninjas aren't dangerous.  They're more afraid of you than you are of them."


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Handling/of multipart/signed and/or message/rfc822
  1998-10-02 13:44   ` Robert Bihlmeyer
@ 1998-10-10 21:48     ` Lars Magne Ingebrigtsen
  0 siblings, 0 replies; 7+ messages in thread
From: Lars Magne Ingebrigtsen @ 1998-10-10 21:48 UTC (permalink / raw)


Robert Bihlmeyer <e9426626@stud2.tuwien.ac.at> writes:

> Another example would be forwarded mail. It is perfectly sane to do
> this as multipart/mixed with one or more message/rfc822 parts. I want
> to see the forwarded things right away.

message/rfc822 is supposed to be displayed in a separate buffer, and
from that separate buffer, you can do the usual Gnus MIME things.  I
guess. 

-- 
(domestic pets only, the antidote for overdose, milk.)
  larsi@gnus.org * Lars Magne Ingebrigtsen


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Handling/of multipart/signed and/or message/rfc822
  1998-10-02 16:03   ` Wes Hardaker
@ 1998-10-10 21:50     ` Lars Magne Ingebrigtsen
  1998-10-10 23:09       ` Simon Josefsson
  0 siblings, 1 reply; 7+ messages in thread
From: Lars Magne Ingebrigtsen @ 1998-10-10 21:50 UTC (permalink / raw)


Wes Hardaker <wjhardaker@ucdavis.edu> writes:

> Well, I'd like it to be in the same buffer...  Maybe you should
> customize it all with something like:
> 
> (setq gnus-default-display-locations
> 	'((message/rfc822 inline)
> 	  (image/gif popup)
> 	  (audio/mp3 wait)))   ; wait for me to press 'v', ret, etc...
> 
> That would be kind of cool....

`mm-user-display-methods' already provides for this, although it just
has `inline' as the type.  Sort of.

-- 
(domestic pets only, the antidote for overdose, milk.)
  larsi@gnus.org * Lars Magne Ingebrigtsen


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Handling/of multipart/signed and/or message/rfc822
  1998-10-10 21:50     ` Lars Magne Ingebrigtsen
@ 1998-10-10 23:09       ` Simon Josefsson
  0 siblings, 0 replies; 7+ messages in thread
From: Simon Josefsson @ 1998-10-10 23:09 UTC (permalink / raw)


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

> > Well, I'd like it to be in the same buffer...  Maybe you should
> > customize it all with something like:
> > 
> > (setq gnus-default-display-locations
> > 	'((message/rfc822 inline)
> > 	  (image/gif popup)
> > 	  (audio/mp3 wait)))   ; wait for me to press 'v', ret, etc...
> > 
> > That would be kind of cool....
> 
> `mm-user-display-methods' already provides for this, although it just
> has `inline' as the type.  Sort of.

Does that mean that this should work?

(add-to-list 'mm-user-display-methods '("message/delivery-status" . inline))

It doesn't. :-)

Also tried "message/.*" but I still get the buttons. Perhaps the
handling of "message/.*" stuff is defined in some other variable?

Naturally, what I'd really want would be to put this in my ~/.mailcap:

message/delivery-status;;x-mm-action=inline

/s


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~1998-10-10 23:09 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1998-10-01 16:47 Handling/of multipart/signed and/or message/rfc822 Robert Bihlmeyer
1998-10-02  2:45 ` Lars Magne Ingebrigtsen
1998-10-02 13:44   ` Robert Bihlmeyer
1998-10-10 21:48     ` Lars Magne Ingebrigtsen
1998-10-02 16:03   ` Wes Hardaker
1998-10-10 21:50     ` Lars Magne Ingebrigtsen
1998-10-10 23:09       ` Simon Josefsson

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).