From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/26688 Path: main.gmane.org!not-for-mail From: Matt Pharr Newsgroups: gmane.emacs.gnus.general Subject: [Patch] pay attention to prefix argument for forwarding messages again Date: 11 Nov 1999 14:52:20 -0800 Sender: owner-ding@hpc.uh.edu Message-ID: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" X-Trace: main.gmane.org 1035163850 20722 80.91.224.250 (21 Oct 2002 01:30:50 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 01:30:50 +0000 (UTC) Return-Path: Original-Received: from lisa.math.uh.edu (lisa.math.uh.edu [129.7.128.49]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id RAA23143 for ; Thu, 11 Nov 1999 17:53:06 -0500 (EST) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by lisa.math.uh.edu (8.9.1/8.9.1) with ESMTP id QAB06892; Thu, 11 Nov 1999 16:53:01 -0600 (CST) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Thu, 11 Nov 1999 16:53:13 -0600 (CST) Original-Received: from sclp3.sclp.com (root@sclp3.sclp.com [204.252.123.139]) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id QAA12093 for ; Thu, 11 Nov 1999 16:53:03 -0600 (CST) Original-Received: from abuffer.stanford.edu (root@abuffer.Stanford.EDU [171.64.77.42]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id RAA23126 for ; Thu, 11 Nov 1999 17:52:21 -0500 (EST) Original-Received: (from mmp@localhost) by abuffer.stanford.edu (8.9.3/8.9.3) id OAA01126; Thu, 11 Nov 1999 14:52:20 -0800 Original-To: ding@gnus.org X-Face: C!.oGaE]n@p)VF9Ss3]f'|<)kRrtpG)^^b^X-3_zhUHp\jBj29jaoTItqWR>mHa+v-{/!jx7OA@!cV0>Fm-b:zEL<`oOXG[BFQ\\n")) ! (when message-forward-ignored-headers (save-restriction (narrow-to-region b e) (goto-char b) --- 3835,3842 ---- (setq e (point)) (and message-forward-as-mime (insert "<#/part>\n")) ! (when (and (not current-prefix-arg) ! message-forward-ignored-headers) (save-restriction (narrow-to-region b e) (goto-char b) *** lisp/ChangeLog~ Mon Nov 8 17:30:33 1999 --- lisp/ChangeLog Thu Nov 11 14:48:00 1999 *************** *** 1,3 **** --- 1,9 ---- + 1999-11-11 Matt Pharr + + * message.el (message-forward): Pay attention to prefix argument + again and forward all headers when it is set, regardless of the + value of message-forward-ignored-headers. + 1999-11-09 00:13:25 Lars Magne Ingebrigtsen * nnslashdot.el (nnslashdot-retrieve-headers): Skip the article --=-=-= -matt -- Matt Pharr mmp@graphics.stanford.edu --=-=-=--