From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Marius Hofert Newsgroups: gmane.emacs.help Subject: Re: Gnus: Forwarding emails: how to get "Fwd:" in subject and ">" in body? Date: Mon, 28 Nov 2011 09:24:17 +0100 Message-ID: References: <87obvxsbbj.fsf@thinkpad.tsdh.de> <1B31ED0C-A73D-4D73-8CB6-0C896C5849DF@math.ethz.ch> <87ty5ps5jw.fsf@mean.albasani.net> <8739d9s1ej.fsf@mean.albasani.net> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (Apple Message framework v1251.1) Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1322468679 15438 80.91.229.12 (28 Nov 2011 08:24:39 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 28 Nov 2011 08:24:39 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Memnon Anon Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Nov 28 09:24:35 2011 Return-path: Envelope-to: geh-help-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 1RUwVv-00065Q-Kq for geh-help-gnu-emacs@m.gmane.org; Mon, 28 Nov 2011 09:24:35 +0100 Original-Received: from localhost ([::1]:44101 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RUwVp-0003Bp-S3 for geh-help-gnu-emacs@m.gmane.org; Mon, 28 Nov 2011 03:24:29 -0500 Original-Received: from eggs.gnu.org ([140.186.70.92]:34365) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RUwVh-0003BU-VC for help-gnu-emacs@gnu.org; Mon, 28 Nov 2011 03:24:25 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RUwVd-00066F-JE for help-gnu-emacs@gnu.org; Mon, 28 Nov 2011 03:24:21 -0500 Original-Received: from edge20.ethz.ch ([82.130.99.26]:4997) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RUwVd-00065p-EF for help-gnu-emacs@gnu.org; Mon, 28 Nov 2011 03:24:17 -0500 Original-Received: from CAS11.d.ethz.ch (172.31.38.211) by edge20.ethz.ch (82.130.99.26) with Microsoft SMTP Server (TLS) id 14.1.339.1; Mon, 28 Nov 2011 09:24:14 +0100 Original-Received: from [192.168.1.221] (129.132.146.66) by CAS11.d.ethz.ch (172.31.38.211) with Microsoft SMTP Server (TLS) id 14.1.339.1; Mon, 28 Nov 2011 09:24:14 +0100 In-Reply-To: <8739d9s1ej.fsf@mean.albasani.net> X-Mailer: Apple Mail (2.1251.1) X-Originating-IP: [129.132.146.66] X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 82.130.99.26 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:83087 Archived-At: Hi Memnon, I found two things: message-forward-as-mime and = message-forward-show-mml. I guess it's the second (cause the technical = clutter inserted in the message says something like "mml"). So I tried: (setq message-forward-show-mml nil) However, this doesn't seem to have an influence on the problem (I also = did a restart just to make sure it's correctly set). Cheers, Marius On 2011-11-27, at 22:29 , Memnon Anon wrote: > Marius Hofert writes: >=20 >> Something I realized on testing is that a lot of "weird sender >> information" is sent with the forward. To be more precise, directly >> after the line "-------------------- Start of forwarded message >> --------------------" the following is included (and also visible to >> the recipient) [I hope this does not reveal critical information]: > [...[ >> =3D> Do you know how to prevent that from being included? >=20 > (customize-group "Message Forwarding") <-C-x C-e here >=20 > Look around, can you figure it out? :) >=20 > hth > Memnon >=20 >=20