From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/54209 Path: main.gmane.org!not-for-mail From: Jesper Harder Newsgroups: gmane.emacs.gnus.general Subject: Re: Resend-Edit shows a raw message Date: Sat, 11 Oct 2003 07:13:40 +0200 Organization: http://purl.org/harder/ Sender: ding-owner@lists.math.uh.edu Message-ID: References: <87k77de4qb.fsf@wmipf.in-berlin.de> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1065849413 19587 80.91.224.253 (11 Oct 2003 05:16:53 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 11 Oct 2003 05:16:53 +0000 (UTC) Original-X-From: ding-owner+M2750@lists.math.uh.edu Sat Oct 11 07:16:51 2003 Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1A8C7X-00012o-00 for ; Sat, 11 Oct 2003 07:16:51 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 1A8C71-0000xM-00; Sat, 11 Oct 2003 00:16:19 -0500 Original-Received: from justine.libertine.org ([66.139.78.221]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1A8C6k-0000xE-00 for ding@lists.math.uh.edu; Sat, 11 Oct 2003 00:16:03 -0500 Original-Received: from quimby.gnus.org (quimby.gnus.org [80.91.224.244]) by justine.libertine.org (Postfix) with ESMTP id 100D13A004C for ; Sat, 11 Oct 2003 00:16:02 -0500 (CDT) Original-Received: from news by quimby.gnus.org with local (Exim 3.35 #1 (Debian)) id 1A8C6j-0004Rh-00 for ; Sat, 11 Oct 2003 07:16:01 +0200 Original-To: ding@gnus.org Original-Path: localhost.localdomain!nobody Original-Newsgroups: gnus.ding Original-Lines: 31 Original-NNTP-Posting-Host: 0xc3f98232.esnxr3.ras.tele.dk Original-X-Trace: quimby.gnus.org 1065849361 17092 195.249.130.50 (11 Oct 2003 05:16:01 GMT) Original-X-Complaints-To: usenet@quimby.gnus.org Original-NNTP-Posting-Date: Sat, 11 Oct 2003 05:16:01 +0000 (UTC) X-Face: ^RrvqCr7c,P$zTR:QED"@h9+BTm-"fjZJJ-3=OU7.)i/K]<.J88}s>'Z_$r; writes: > when I type "S D e" or "M-x gnus-summary-resend-message-edit" in a > summary buffer, Gnus offers the raw article to be edited, i.e. the > maybe qouted-printable-, MIME-encoded " *Original Article". I see the problem. > Recently `(mime-to-mml)' has been removed from g-s-r-m-e (because of > problems with PGG), what seems to be the reason for the new > behaviour.=20 It was the most important reason. But mime -> mml -> mime also fails for other cases. I don't remember the details, but if you use it when forwarding you'll see problems quite often. > Is there an alternative to mime-to-mml that would decode the article > without generating parts PGG can't handle? The problem is that MML is in a sense a "higher level" language than MIME, so it's probably not so easy to do. We could: 1. Enable mime-to-mml for text/plain messages only. This is the most common type, and I think it should work fine. 2. Make `S D e' take a prefix argument, so that mime-to-mml is used when it's supplied. (or both, of cause).