From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Memnon Anon 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:21 +0000 (UTC) Message-ID: <877h2kfw4v.fsf@mean.albasani.net> 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 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1322472310 7423 80.91.229.12 (28 Nov 2011 09:25:10 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 28 Nov 2011 09:25:10 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Nov 28 10:25:01 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 1RUxSO-0008JL-Ov for geh-help-gnu-emacs@m.gmane.org; Mon, 28 Nov 2011 10:25:00 +0100 Original-Received: from localhost ([::1]:57284 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RUxSJ-0006aR-1j for geh-help-gnu-emacs@m.gmane.org; Mon, 28 Nov 2011 04:24:55 -0500 Original-Received: from eggs.gnu.org ([140.186.70.92]:53130) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RUxSB-0006ZO-Ac for help-gnu-emacs@gnu.org; Mon, 28 Nov 2011 04:24:52 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RUxS5-0007ff-J3 for help-gnu-emacs@gnu.org; Mon, 28 Nov 2011 04:24:47 -0500 Original-Received: from lo.gmane.org ([80.91.229.12]:56429) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RUxS4-0007fU-N2 for help-gnu-emacs@gnu.org; Mon, 28 Nov 2011 04:24:41 -0500 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1RUxS1-0008Aw-F4 for help-gnu-emacs@gnu.org; Mon, 28 Nov 2011 10:24:37 +0100 Original-Received: from e178223171.adsl.alicedsl.de ([85.178.223.171]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 28 Nov 2011 10:24:37 +0100 Original-Received: from gegendosenfleisch by e178223171.adsl.alicedsl.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 28 Nov 2011 10:24:37 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 33 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: e178223171.adsl.alicedsl.de Cancel-Lock: sha1:xDCMDwUKXMBguDgIphNMM+fafo0= X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 80.91.229.12 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:83088 Archived-At: >>> Something I realized on testing is that a lot of "weird sender >>> information" is sent with the forward. >>> => Do you know how to prevent that from being included? >> >> (customize-group "Message Forwarding") <-C-x C-e here >> Look around, can you figure it out? :) > 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). The "weird sender information" in the forward are Headers. By default, most header informations are kept, except: "^Content-Transfer-Encoding:\\|^X-Gnus" ,----[ Docstring `message-forward-ignored-headers' ] | All headers that match this regexp will be deleted | when forwarding a message. `---- If you want all header information removed, try setting `message-forward-ignored-headers' to a regexp that matches all headers. I leave that as an exercise to you :) If you know nothing about regexps, (elisp) Regular Expressions is a good starting point. Memnon P.S.: If you really can not figure it out, write me an email.