From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.bugs Subject: bug#9766: 24.0.50; rmail-forward makes attachment that doesn't read right Date: Mon, 17 Oct 2011 01:05:49 -0400 Message-ID: References: Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: dough.gmane.org 1318827993 17232 80.91.229.12 (17 Oct 2011 05:06:33 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 17 Oct 2011 05:06:33 +0000 (UTC) Cc: 9766@debbugs.gnu.org To: rms@gnu.org Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Mon Oct 17 07:06:26 2011 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1RFfP7-0008Bx-5O for geb-bug-gnu-emacs@m.gmane.org; Mon, 17 Oct 2011 07:06:25 +0200 Original-Received: from localhost ([::1]:60639 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RFfP6-0007cS-8T for geb-bug-gnu-emacs@m.gmane.org; Mon, 17 Oct 2011 01:06:24 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:46543) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RFfOz-0007cL-JX for bug-gnu-emacs@gnu.org; Mon, 17 Oct 2011 01:06:22 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RFfOu-0000ah-TP for bug-gnu-emacs@gnu.org; Mon, 17 Oct 2011 01:06:17 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:58249) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RFfOu-0000ad-Qf for bug-gnu-emacs@gnu.org; Mon, 17 Oct 2011 01:06:12 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.69) (envelope-from ) id 1RFfPh-0001uU-WC for bug-gnu-emacs@gnu.org; Mon, 17 Oct 2011 01:07:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Eli Zaretskii Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Mon, 17 Oct 2011 05:07:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 9766 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 9766-submit@debbugs.gnu.org id=B9766.13188280097310 (code B ref 9766); Mon, 17 Oct 2011 05:07:01 +0000 Original-Received: (at 9766) by debbugs.gnu.org; 17 Oct 2011 05:06:49 +0000 Original-Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1RFfPV-0001tr-63 for submit@debbugs.gnu.org; Mon, 17 Oct 2011 01:06:49 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1RFfPS-0001tj-Cj for 9766@debbugs.gnu.org; Mon, 17 Oct 2011 01:06:47 -0400 Original-Received: from eliz by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1RFfOX-0002RG-Ii; Mon, 17 Oct 2011 01:05:49 -0400 In-reply-to: (message from Richard Stallman on Sun, 16 Oct 2011 17:40:12 -0400) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list Resent-Date: Mon, 17 Oct 2011 01:07:01 -0400 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 140.186.70.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:52703 Archived-At: > Date: Sun, 16 Oct 2011 17:40:12 -0400 > From: Richard Stallman > CC: 9766@debbugs.gnu.org > > It's a missing feature in rmail-forward, see bug #9521 (now merged > with this one) and a short conversation that started here: > > http://lists.gnu.org/archive/html/bug-gnu-emacs/2011-09/msg00691.html > > It is hard for me to read a thread of mail. > Can you show me the text that describes what is missing? > Maybe I can write it. Here: > > From: Kenichi Handa > > Cc: address@hidden, address@hidden > > Date: Fri, 16 Sep 2011 12:41:37 +0900 > > > > rmail-forward still has a problem when a message has an > > attachment file. > Yes, I know. But that's a different bug. It happens because > rmail-forward simply copies the text from the buffer where the > forwarded message is displayed, which is not TRT when the message > has > attachments, because rmail-mime reformats it for display and adds > buttons. Actually that copying is done by rmail-insert-mime-resent-message (rmail-insert-mime-resent-message-function is set to it when rmailmm.el is loaded), and that function was changed by RMS as this. 2011-06-22 Richard Stallman * mail/sendmail.el (mail-bury): If Rmail is in use, return nicely to Rmail even if not started by a special Rmail command. * mail/rmailmm.el (rmail-insert-mime-forwarded-message): Copy the buffer currently showing just one message. I don't know what it was going to fix.