From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: ShengHuo ZHU Newsgroups: gmane.emacs.bugs Subject: Re: gnus-summary-save-article-mail destroys MIME formatting Date: Sun, 08 Jun 2003 10:22:45 -0700 Sender: bug-gnu-emacs-bounces+gnu-bug-gnu-emacs=m.gmane.org@gnu.org Message-ID: <2nbrx81o2i.fsf@piglet.jia.vnet> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1055092902 15272 80.91.224.249 (8 Jun 2003 17:21:42 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 8 Jun 2003 17:21:42 +0000 (UTC) Cc: bug-gnu-emacs@gnu.org Original-X-From: bug-gnu-emacs-bounces+gnu-bug-gnu-emacs=m.gmane.org@gnu.org Sun Jun 08 19:21:37 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19P3rN-0003xb-00 for ; Sun, 08 Jun 2003 19:21:37 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.20) id 19P3th-00004z-QP for gnu-bug-gnu-emacs@m.gmane.org; Sun, 08 Jun 2003 13:24:01 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.20) id 19P3tY-00087O-0o for bug-gnu-emacs@gnu.org; Sun, 08 Jun 2003 13:23:52 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.20) id 19P3tL-0007dI-FU for bug-gnu-emacs@gnu.org; Sun, 08 Jun 2003 13:23:40 -0400 Original-Received: from 12-207-211-84.client.attbi.com ([12.207.211.84] helo=piglet.jia.vnet) by monty-python.gnu.org with esmtp (Exim 4.20) id 19P3tJ-00078V-2d for bug-gnu-emacs@gnu.org; Sun, 08 Jun 2003 13:23:37 -0400 Original-Received: from piglet.jia.vnet (localhost [127.0.0.1]) by piglet.jia.vnet (8.12.8/8.12.8) with ESMTP id h58HMkw9007990; Sun, 8 Jun 2003 10:22:47 -0700 Original-Received: (from zsh@localhost) by piglet.jia.vnet (8.12.8/8.12.8/Submit) id h58HMk1B007988; Sun, 8 Jun 2003 10:22:46 -0700 Original-To: "Joshua D. Guttman" X-Attribution: ZSH X-Face: #zw9`a=vHLkn+ZH8C List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: bug-gnu-emacs-bounces+gnu-bug-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.bugs:5265 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:5265 "Joshua D. Guttman" writes: [...] > In the gnus summary buffer, C-o executes > gnus-summary-save-article-mail. This saves the message to an mbox of > the user's choosing. > > However, the resulting message does not contain many headers, in > particular not the MIME content type header such as > > Content-Type: multipart/mixed; > boundary="------------1028C4D2E56CFC00092ED84E" > > As a consequence, the message is no longer useful if it contains MIME > contents. For instance, forwarding it will be useless to most > recipients. It works for me. Did you do other actions before typing C-o ? ShengHuo