From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/37786 Path: main.gmane.org!not-for-mail From: Simon Josefsson Newsgroups: gmane.emacs.gnus.general Subject: C-c C-f and MIME Date: Wed, 15 Aug 2001 15:17:43 +0200 (CEST) Message-ID: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Trace: main.gmane.org 1035173139 15626 80.91.224.250 (21 Oct 2002 04:05:39 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 04:05:39 +0000 (UTC) Return-Path: Return-Path: Original-Received: (qmail 17651 invoked from network); 15 Aug 2001 13:17:46 -0000 Original-Received: from lie.extundo.com (195.42.214.244) by gnus.org with SMTP; 15 Aug 2001 13:17:46 -0000 Original-Received: from localhost (jas@localhost) by lie.extundo.com (8.11.2/8.11.2) with ESMTP id f7FDHhR24121 for ; Wed, 15 Aug 2001 15:17:43 +0200 X-Authentication-Warning: lie.extundo.com: jas owned process doing -bs Original-To: Original-Lines: 24 Xref: main.gmane.org gmane.emacs.gnus.general:37786 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:37786 I want to forward a message inline as text, without any MIME at all. How? C-u 1 C-c C-f below seem to be what I want, but if the article I'm forwarding contains multiparts, some mml code is inserted and the resulting mail will contain multiparts. I can't find any combination of prefix args or `message-forward-as-mime', `message-forward-show-mml' settings that does what I want. Is it a bug in ARG 1 or do we really want yet another prefix arg to C-c C-f to forward decoded articles without MIME? C-c C-f runs the command gnus-summary-mail-forward which is an interactive compiled Lisp function in `gnus-msg'. (gnus-summary-mail-forward &optional ARG POST) Forward the current message to another user. If ARG is nil, see `message-forward-as-mime' and `message-forward-show-mml'; if ARG is 1, decode the message and forward directly inline; if ARG is 2, forward message as an rfc822 MIME section; if ARG is 3, decode message and forward as an rfc822 MIME section; if ARG is 4, forward message directly inline; otherwise, use flipped `message-forward-as-mime'. If POST, post instead of mail.