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 2EC1E431FAF for ; Wed, 18 Jan 2012 12:28:37 -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 0MRmieFzyGOT for ; Wed, 18 Jan 2012 12:28:36 -0800 (PST) Received: from dmz-mailsec-scanner-5.mit.edu (DMZ-MAILSEC-SCANNER-5.MIT.EDU [18.7.68.34]) by olra.theworths.org (Postfix) with ESMTP id C2EAE431FAE for ; Wed, 18 Jan 2012 12:28:36 -0800 (PST) X-AuditID: 12074422-b7fd66d0000008f9-53-4f172b74dff9 Received: from mailhub-auth-1.mit.edu ( [18.9.21.35]) by dmz-mailsec-scanner-5.mit.edu (Symantec Messaging Gateway) with SMTP id 4B.14.02297.47B271F4; Wed, 18 Jan 2012 15:28:36 -0500 (EST) Received: from outgoing.mit.edu (OUTGOING-AUTH.MIT.EDU [18.7.22.103]) by mailhub-auth-1.mit.edu (8.13.8/8.9.2) with ESMTP id q0IKSZLB025704; Wed, 18 Jan 2012 15:28:35 -0500 Received: from drake.mit.edu (26-4-166.dynamic.csail.mit.edu [18.26.4.166]) (authenticated bits=0) (User authenticated as amdragon@ATHENA.MIT.EDU) by outgoing.mit.edu (8.13.6/8.12.4) with ESMTP id q0IKSXN8015641 (version=TLSv1/SSLv3 cipher=AES256-SHA bits=256 verify=NOT); Wed, 18 Jan 2012 15:28:34 -0500 (EST) Received: from amthrax by drake.mit.edu with local (Exim 4.77) (envelope-from ) id 1Rnc7V-0007Q6-Bn; Wed, 18 Jan 2012 15:28:33 -0500 From: Austin Clements To: notmuch@notmuchmail.org Subject: [PATCH 0/3] Second step of 'show' rewrite Date: Wed, 18 Jan 2012 15:28:24 -0500 Message-Id: <1326918507-28033-1-git-send-email-amdragon@mit.edu> X-Mailer: git-send-email 1.7.7.3 X-Brightmail-Tracker: H4sIAAAAAAAAA+NgFjrAIsWRmVeSWpSXmKPExsUixCmqrFuiLe5vcP6ylEVr92cmi6tb+9kt mqY7W+zZ52Vx/eZMZgdWj7Pd7awed09zeeycdZfd49b91+wez1bdYg5gjeKySUnNySxLLdK3 S+DKmPJhImvBC+aK44teMzUwTmLuYuTkkBAwkWj79AjKFpO4cG89WxcjF4eQwD5GiTP976Gc DYwSbS1bWCCc40wSB540M4K0CAnMZ5RY8jEXxGYT0JDYtn85WFxEQFpi593ZrCA2s0CtxKu/ V9hAbGEBI4mOx13sIDaLgKrElbb9YDavgIPEgVl97BBnKEicW32OfQIj7wJGhlWMsim5Vbq5 iZk5xanJusXJiXl5qUW6pnq5mSV6qSmlmxhBAcXuorSD8edBpUOMAhyMSjy8ESLi/kKsiWXF lbmHGCU5mJREeas0gUJ8SfkplRmJxRnxRaU5qcWHGCU4mJVEeL/wAeV4UxIrq1KL8mFS0hws SuK86lrv/IQE0hNLUrNTUwtSi2CyMhwcShK8a7SAGgWLUtNTK9Iyc0oQ0kwcnCDDeYCGLwGp 4S0uSMwtzkyHyJ9iVJQS5z0MkhAASWSU5sH1wiL+FaM40CvCvMtBqniAyQKu+xXQYCagwR5N YiCDSxIRUlINjIqlq584ZM21rJA8LKRu+XOyncW0DJGr9hNe16lta71eosgQ88fEovspd8/K N+2PmRT6dUSe5DIFap29lehYe9SjVCR2YdjzDfFSfDK/AyxPen7VC2g83+/+me3Egul/52Tx THafsL435staL4cTS+a6F+iZrm2fcv7JPC7jIoG7JUKJsx9HK7EUZyQaajEXFScCAJJG/ETT AgAA Cc: dkg@fifthhorseman.net 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: Wed, 18 Jan 2012 20:28:37 -0000 This adds support for self-recursive message formatters, while maintaining backwards compatibility with old style formatters. After this, each format can be converted to the new style individually and, once they're all converted, a bunch of code can be deleted. These three patches are independent and can be pushed in any order. I put them in a series because pushing them before any formatter rewrites will simplify dependencies between the individual formatter rewrites.