[PATCH 6/9] CLI: refactor dumping of tags.
[notmuch-archives.git] / ca / 7942e52d2f6c427112fff07ed3c83d29c2d422
1 Return-Path: <bremner@tesseract.cs.unb.ca>\r
2 X-Original-To: notmuch@notmuchmail.org\r
3 Delivered-To: notmuch@notmuchmail.org\r
4 Received: from localhost (localhost [127.0.0.1])\r
5         by olra.theworths.org (Postfix) with ESMTP id C3097431FBF\r
6         for <notmuch@notmuchmail.org>; Tue,  1 Jul 2014 09:41:30 -0700 (PDT)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: 0\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none]\r
12         autolearn=disabled\r
13 Received: from olra.theworths.org ([127.0.0.1])\r
14         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
15         with ESMTP id l-Y5+erVlMN7 for <notmuch@notmuchmail.org>;\r
16         Tue,  1 Jul 2014 09:41:26 -0700 (PDT)\r
17 Received: from mx.xen14.node3324.gplhost.com (gitolite.debian.net\r
18         [87.98.215.224]) (using TLSv1 with cipher AES256-SHA (256/256 bits))\r
19         (No client certificate requested)\r
20         by olra.theworths.org (Postfix) with ESMTPS id 6D5F3431FBC\r
21         for <notmuch@notmuchmail.org>; Tue,  1 Jul 2014 09:41:14 -0700 (PDT)\r
22 Received: from remotemail by mx.xen14.node3324.gplhost.com with local (Exim\r
23         4.72) (envelope-from <bremner@tesseract.cs.unb.ca>)\r
24         id 1X2173-0005xR-RV\r
25         for notmuch@notmuchmail.org; Tue, 01 Jul 2014 16:40:57 +0000\r
26 Received: (nullmailer pid 13956 invoked by uid 1000); Tue, 01 Jul 2014\r
27         16:40:38 -0000\r
28 From: David Bremner <david@tethera.net>\r
29 To: notmuch@notmuchmail.org\r
30 Subject: \r
31 Date: Tue,  1 Jul 2014 13:40:32 -0300\r
32 Message-Id: <1404232834-13777-1-git-send-email-david@tethera.net>\r
33 X-Mailer: git-send-email 2.0.0.rc2\r
34 In-Reply-To: <1396749744-19638-3-git-send-email-david@tethera.net>\r
35 References: <1396749744-19638-3-git-send-email-david@tethera.net>\r
36 X-BeenThere: notmuch@notmuchmail.org\r
37 X-Mailman-Version: 2.1.13\r
38 Precedence: list\r
39 List-Id: "Use and development of the notmuch mail system."\r
40         <notmuch.notmuchmail.org>\r
41 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
42         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
43 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
44 List-Post: <mailto:notmuch@notmuchmail.org>\r
45 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
46 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
47         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
48 X-List-Received-Date: Tue, 01 Jul 2014 16:41:30 -0000\r
49 \r
50 - revise version hackery per Tomi's suggestion\r
51 - add hack to clean up doxygen's terrible nroff.\r
52 \r
53 Obviously the latter is somewhat fragile, but it should fail gently,\r
54 i.e. do nothing, if the doxygen output is fixed upstream.\r
55 \r