From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/17696 Path: main.gmane.org!not-for-mail From: Simon Josefsson Newsgroups: gmane.emacs.gnus.general Subject: Re: Handling/of multipart/signed and/or message/rfc822 Date: 11 Oct 1998 01:09:17 +0200 Sender: owner-ding@hpc.uh.edu Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no X-Trace: main.gmane.org 1035156350 2265 80.91.224.250 (20 Oct 2002 23:25:50 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 23:25:50 +0000 (UTC) Return-Path: Original-Received: from gizmo.hpc.uh.edu (gizmo.hpc.uh.edu [129.7.102.31]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id TAA08054 for ; Sat, 10 Oct 1998 19:09:49 -0400 (EDT) Original-Received: from sina.hpc.uh.edu (sina.hpc.uh.edu [129.7.3.5]) by gizmo.hpc.uh.edu (8.7.6/8.7.3) with ESMTP id RAF19940; Sat, 10 Oct 1998 17:40:45 -0500 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Sat, 10 Oct 1998 18:09:43 -0500 (CDT) Original-Received: from sclp3.sclp.com (root@sclp3.sclp.com [209.195.19.139]) by sina.hpc.uh.edu (8.7.3/8.7.3) with ESMTP id SAA28002 for ; Sat, 10 Oct 1998 18:09:35 -0500 (CDT) Original-Received: from xiphias.pdc.kth.se (xiphias.pdc.kth.se [130.237.221.226]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id TAA08040 for ; Sat, 10 Oct 1998 19:09:25 -0400 (EDT) Original-Received: (from jas@localhost) by xiphias.pdc.kth.se (8.8.5/8.8.5) id BAA10571; Sun, 11 Oct 1998 01:09:18 +0200 (METDST) Original-To: ding@gnus.org In-Reply-To: Lars Magne Ingebrigtsen's message of "10 Oct 1998 23:50:05 +0200" Mail-Copies-To: never Original-Lines: 29 User-Agent: Gnus/5.070033 (Pterodactyl Gnus v0.33) Emacs/20.3 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:17696 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:17696 Lars Magne Ingebrigtsen 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