From owner-freebsd-current@FreeBSD.ORG Tue Nov 26 12:26:22 2013 Return-Path: Delivered-To: current@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 06B8735F; Tue, 26 Nov 2013 12:26:22 +0000 (UTC) Received: from emea01-db3-obe.outbound.protection.outlook.com (mail-db3lp0083.outbound.protection.outlook.com [213.199.154.83]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 93490298D; Tue, 26 Nov 2013 12:26:21 +0000 (UTC) Received: from ul9n (199.102.77.238) by DB3PR06MB172.eurprd06.prod.outlook.com (10.141.1.151) with Microsoft SMTP Server (TLS) id 15.0.800.7; Tue, 26 Nov 2013 12:11:02 +0000 Date: Tue, 26 Nov 2013 12:10:51 +0000 From: Anthony Perkins To: Mark Robert Vaughan Murray Subject: Re: Patch: Add option to fmt to ignore email reply lines Message-ID: <20131126121050.GC73645@ul9n> References: <20131125125430.GC67451@ul9n> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.22 (2013-10-16) X-Originating-IP: [199.102.77.238] X-ClientProxiedBy: BL2PR08CA005.namprd08.prod.outlook.com (10.255.226.15) To DB3PR06MB172.eurprd06.prod.outlook.com (10.141.1.151) X-Forefront-PRVS: 00429279BA X-Forefront-Antispam-Report: SFV:NSPM; SFS:(66654002)(24454002)(51704005)(189002)(199002)(65816001)(47976001)(49866001)(50986001)(81542001)(47736001)(4396001)(85306002)(74706001)(51856001)(46102001)(66066001)(50466002)(53806001)(80022001)(74876001)(54356001)(42186004)(59766001)(46406003)(87976001)(83072001)(77982001)(83322001)(76482001)(54316002)(56776001)(81686001)(47446002)(74662001)(31966008)(74502001)(47776003)(76796001)(81342001)(83506001)(76786001)(81816001)(63696002)(69226001)(74366001)(77096001)(56816003)(23726002)(80976001)(79102001)(87266001)(33716001)(33656001); DIR:OUT; SFP:; SCL:1; SRVR:DB3PR06MB172; H:ul9n; CLIP:199.102.77.238; FPR:; RD:InfoNoRecords; MX:1; A:0; LANG:en; X-OriginatorOrg: acperkins.com Cc: current@FreeBSD.org X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Nov 2013 12:26:22 -0000 On Mon, Nov 25, 2013 at 09:58:12PM +0000, Mark Robert Vaughan Murray wrote: > > You may want to extend your idea a bit and do what par (ports/textproc/par) > does. This is a paragraph reformatter that takes the quoting into account, > replacing it after the paragraph wrapping. I did consider doing this but decided against it on the basis that the incoming mail from the previous sender was unpredictable. If it included, for example, a list of a few short sentences or bullet points these would all be combined into one long paragraph in the reply. If others also feel this would be desirable I will look at implementing it with an updated patch. Many thanks, Anthony