Return-Path: X-Original-To: notmuch@notmuchmail.org Delivered-To: notmuch@notmuchmail.org Received: from localhost (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id DD14B431FB6 for ; Wed, 25 Jan 2012 22:55:38 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -0.7 X-Spam-Level: X-Spam-Status: No, score=-0.7 tagged_above=-999 required=5 tests=[RCVD_IN_DNSWL_LOW=-0.7] autolearn=disabled Received: from olra.theworths.org ([127.0.0.1]) by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id gQcEik0kDFV5 for ; Wed, 25 Jan 2012 22:55:38 -0800 (PST) Received: from dmz-mailsec-scanner-6.mit.edu (DMZ-MAILSEC-SCANNER-6.MIT.EDU [18.7.68.35]) by olra.theworths.org (Postfix) with ESMTP id 6B08A431FAE for ; Wed, 25 Jan 2012 22:55:38 -0800 (PST) X-AuditID: 12074423-b7f9c6d0000008c3-f5-4f20f8e9ad7f Received: from mailhub-auth-3.mit.edu ( [18.9.21.43]) by dmz-mailsec-scanner-6.mit.edu (Symantec Messaging Gateway) with SMTP id A6.37.02243.9E8F02F4; Thu, 26 Jan 2012 01:55:37 -0500 (EST) Received: from outgoing.mit.edu (OUTGOING-AUTH.MIT.EDU [18.7.22.103]) by mailhub-auth-3.mit.edu (8.13.8/8.9.2) with ESMTP id q0Q6ta6E022473; Thu, 26 Jan 2012 01:55:36 -0500 Received: from drake.mit.edu (209-6-116-242.c3-0.arl-ubr1.sbo-arl.ma.cable.rcn.com [209.6.116.242]) (authenticated bits=0) (User authenticated as amdragon@ATHENA.MIT.EDU) by outgoing.mit.edu (8.13.6/8.12.4) with ESMTP id q0Q6tWRa005470 (version=TLSv1/SSLv3 cipher=AES256-SHA bits=256 verify=NOT); Thu, 26 Jan 2012 01:55:33 -0500 (EST) Received: from amthrax by drake.mit.edu with local (Exim 4.77) (envelope-from ) id 1RqJF5-0005uC-Rb; Thu, 26 Jan 2012 01:55:31 -0500 From: Austin Clements To: notmuch@notmuchmail.org Subject: [PATCH 0/2] Rewrite text show format Date: Thu, 26 Jan 2012 01:55:24 -0500 Message-Id: <1327560926-22401-1-git-send-email-amdragon@mit.edu> X-Mailer: git-send-email 1.7.7.3 X-Brightmail-Tracker: H4sIAAAAAAAAA+NgFtrPIsWRmVeSWpSXmKPExsUixCmqrfvyh4K/wc53uhZXt/azWzRNd7bY s8/L4vrNmcwWb1bOY3Vg9bh7mstj56y77B6Hvy5k8bh1/zW7x7NVt5gDWKO4bFJSczLLUov0 7RK4MtZ9DC44w1Qx+c1ixgbGHqYuRk4OCQETiYsTH7BC2GISF+6tZ+ti5OIQEtjHKHH67FJm CGcDo0TjqjlsIFVCAveZJB7+zodIzGeUmDj1JDNIgk1AQ2Lb/uWMILaIgLTEzruzwcYyC2RI rJm8mh3EFhbQlTj1/jELiM0ioCpxfdNjsBpeAQeJps4VbBBnKEicW32OfQIj7wJGhlWMsim5 Vbq5iZk5xanJusXJiXl5qUW6Znq5mSV6qSmlmxhB4cTuoryD8c9BpUOMAhyMSjy8PHoK/kKs iWXFlbmHGCU5mJREeTO/A4X4kvJTKjMSizPii0pzUosPMUpwMCuJ8IrZA+V4UxIrq1KL8mFS 0hwsSuK8Glrv/IQE0hNLUrNTUwtSi2CyMhwcShK8K0GGChalpqdWpGXmlCCkmTg4QYbzAA13 /wEyvLggMbc4Mx0if4pRUUqc1xQkIQCSyCjNg+uFxfsrRnGgV4R5A0GqeICpAq77FdBgJqDB S3XlQQaXJCKkpBoYi0+ecbd32qf7oyh9gpEec8ihNUZ+0z9vlN354IFP4+15X19x3LPSXr6b w8ivJNH0gUq3h90GO8d3J4U8/lU/vPUgZYf0/Bl/WBvq2eMddcuvKvszRgtdMTXaafPy/68Q i5vTv1jcOq4n+WgJ+6oM3n1bHVKXBsdOnigpkOm5V9lrMs/VtXV3lViKMxINtZiLihMB9pi8 qdICAAA= Cc: tomi.ollila@iki.fi X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: "Use and development of the notmuch mail system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Jan 2012 06:55:39 -0000 And now the real fun begins. This series translates the text formatter into the new format style in two steps: the first patch is a big diff but just shuffles code and the second actually takes advantage of the new structure. This incorporates Dmitry's comments on the RFC patch series from id:87lioxna2n.fsf@gmail.com .