From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Philipp Haselwarter Newsgroups: gmane.emacs.help Subject: Re: Gnus: Forwarding mails: include attachments, blank To:, point position? Date: Mon, 28 Nov 2011 00:45:43 +0100 Message-ID: <87pqgdyvrs.fsf@nzebook.haselwarter.org> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1322437574 8387 80.91.229.12 (27 Nov 2011 23:46:14 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 27 Nov 2011 23:46:14 +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 00:46:09 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 1RUoQC-000856-VF for geh-help-gnu-emacs@m.gmane.org; Mon, 28 Nov 2011 00:46:09 +0100 Original-Received: from localhost ([::1]:46363 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RUoQC-0007mU-AQ for geh-help-gnu-emacs@m.gmane.org; Sun, 27 Nov 2011 18:46:08 -0500 Original-Received: from eggs.gnu.org ([140.186.70.92]:50654) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RUoQ7-0007lG-Sz for help-gnu-emacs@gnu.org; Sun, 27 Nov 2011 18:46:04 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RUoQ6-0006om-QH for help-gnu-emacs@gnu.org; Sun, 27 Nov 2011 18:46:03 -0500 Original-Received: from lo.gmane.org ([80.91.229.12]:41854) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RUoQ6-0006oc-GH for help-gnu-emacs@gnu.org; Sun, 27 Nov 2011 18:46:02 -0500 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1RUoQ3-00081k-TW for help-gnu-emacs@gnu.org; Mon, 28 Nov 2011 00:45:59 +0100 Original-Received: from 87.114.113.78.rev.sfr.net ([78.113.114.87]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 28 Nov 2011 00:45:59 +0100 Original-Received: from philipp.haselwarter by 87.114.113.78.rev.sfr.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 28 Nov 2011 00:45:59 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 29 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: 87.114.113.78.rev.sfr.net X-NSA-Fodder: Baranyi fraud War on Terrorism AMEMB Agfa undercover Ruby Ridge Tomato: Heliotrope User-Agent: Gnus/5.110018 (No Gnus v0.18) Emacs/24.0.91 (gnu/linux) Cancel-Lock: sha1:4wpXg4paoqtxNLhpYYeMjt0Pkxs= 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:83080 Archived-At: I think what you're looking for is not followup ( [f] ), but forward: ,----[ C-h k C-c C-f ] | C-c C-f runs the command gnus-summary-mail-forward, which is an interactive | compiled Lisp function in `gnus-msg.el'. | | It is bound to C-c C-f, S o m, . | | (gnus-summary-mail-forward &optional ARG POST) | | Forward the current message(s) to another user. | If process marks exist, forward all marked messages; | 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. | For the "inline" alternatives, also see the variable | `message-forward-ignored-headers'. | | [back] `---- hth, -- Philipp Haselwarter