[Patch v8 0/6] Allow JSON to use non-entire thread, and use for elide
[notmuch-archives.git] / d1 / 6397320261c1fe19bccdfaf44f96759b8a449c
1 Return-Path: <markwalters1009@gmail.com>\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 2362A431FB6\r
6         for <notmuch@notmuchmail.org>; Sat, 16 Jun 2012 03:22:04 -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: 2.7\r
10 X-Spam-Level: **\r
11 X-Spam-Status: No, score=2.7 tagged_above=-999 required=5\r
12         tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1,\r
13         FREEMAIL_ENVFROM_END_DIGIT=1, FREEMAIL_FROM=0.001,\r
14         FREEMAIL_REPLY=2.499, RCVD_IN_DNSWL_LOW=-0.7] autolearn=disabled\r
15 Received: from olra.theworths.org ([127.0.0.1])\r
16         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
17         with ESMTP id CGONDbHfJl4W for <notmuch@notmuchmail.org>;\r
18         Sat, 16 Jun 2012 03:22:03 -0700 (PDT)\r
19 Received: from mail-wg0-f41.google.com (mail-wg0-f41.google.com\r
20  [74.125.82.41])        (using TLSv1 with cipher RC4-SHA (128/128 bits))        (No client\r
21  certificate requested) by olra.theworths.org (Postfix) with ESMTPS id\r
22  9138D431FAE    for <notmuch@notmuchmail.org>; Sat, 16 Jun 2012 03:22:03 -0700\r
23  (PDT)\r
24 Received: by wgbds1 with SMTP id ds1so271735wgb.2\r
25         for <notmuch@notmuchmail.org>; Sat, 16 Jun 2012 03:22:00 -0700 (PDT)\r
26 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;\r
27         h=from:to:cc:subject:date:message-id:x-mailer;\r
28         bh=cuE4ybYeZpF7KnvzUIcaT08ADdPfNewMoEjh5ddaCeU=;\r
29         b=TueZAEPpDm6bgrzNA8cyzPfSIiMzkz77irB58mPE5sQxpPViXoRBFitj0xf1S24mHG\r
30         CX4ygiKa/Pv2Usz8/E9/csNxO59O83GMjvUFlUi/g1Uei1JO1RmRuT2j3XiYq9CxpuG/\r
31         uptUVtwknR4DLRw+mx9PMT+nWxaV3wmm+IdQT11bGJAWBTWPIoPi1fpuaXLddiUYit2r\r
32         laVR7dB6rtMdobwug/BgCKOghvqkj7DaI5e5o2/AcnuOf8IN2w2DXJsrGMA056sox6Te\r
33         ZgotqeVFsFV4bP6ylSdrRtvPgWqCeWogN7G25/nMlTz494HyFGgEdVNf2fTebWfZ+TGe\r
34         FoUw==\r
35 Received: by 10.216.226.136 with SMTP id b8mr4574520weq.152.1339842120766;\r
36         Sat, 16 Jun 2012 03:22:00 -0700 (PDT)\r
37 Received: from localhost (94-192-233-223.zone6.bethere.co.uk.\r
38  [94.192.233.223])      by mx.google.com with ESMTPS id\r
39  ch9sm16574391wib.8.2012.06.16.03.21.58 (version=TLSv1/SSLv3 cipher=OTHER);\r
40         Sat, 16 Jun 2012 03:21:59 -0700 (PDT)\r
41 From: Mark Walters <markwalters1009@gmail.com>\r
42 To: notmuch@notmuchmail.org\r
43 Subject: [Patch v8 0/6] Allow JSON to use non-entire thread, and use for elide\r
44 Date: Sat, 16 Jun 2012 11:21:41 +0100\r
45 Message-Id: <1339842107-10632-1-git-send-email-markwalters1009@gmail.com>\r
46 X-Mailer: git-send-email 1.7.9.1\r
47 X-BeenThere: notmuch@notmuchmail.org\r
48 X-Mailman-Version: 2.1.13\r
49 Precedence: list\r
50 List-Id: "Use and development of the notmuch mail system."\r
51         <notmuch.notmuchmail.org>\r
52 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
53         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
54 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
55 List-Post: <mailto:notmuch@notmuchmail.org>\r
56 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
57 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
58         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
59 X-List-Received-Date: Sat, 16 Jun 2012 10:22:04 -0000\r
60 \r
61 This is version 8 of this patch series: the previous version is at\r
62 id:"1338723972-13063-1-git-send-email-markwalters1009@gmail.com". The\r
63 only change in this version is a rebase so that it applies to master.\r
64 \r
65 I think this version addresses all comments made in reviews.\r
66 \r
67 The error handling in the command-line parser is not ideal: (this\r
68 patch does not make it any worse). I posted a patch to fix this in\r
69 id:"1338906996-18720-1-git-send-email-markwalters1009@gmail.com". This\r
70 is not logically part of this series but is a natural follow up (and\r
71 touches lots of the same code).\r
72 \r
73 Best wishes\r
74 \r
75 Mark\r
76   \r
77 \r
78 Mark Walters (6):\r
79   cli: command line parsing: allow default for keyword options\r
80   cli: Let json output "null" messages for non --entire-thread\r
81   cli: make --entire-thread=false work for format=json.\r
82   Update devel/schemata for --entire-thread=false\r
83   emacs: make elide messages use notmuch-show for omitting messages.\r
84   cli: notmuch-show.c fix whitespace error\r
85 \r
86  command-line-arguments.c |   17 +++++++++++---\r
87  devel/TODO               |    2 -\r
88  devel/schemata           |    2 +-\r
89  emacs/notmuch-show.el    |   18 ++++++++------\r
90  notmuch-client.h         |    1 +\r
91  notmuch-show.c           |   55 +++++++++++++++++++++++++++++++++++++--------\r
92  6 files changed, 70 insertions(+), 25 deletions(-)\r
93 \r
94 -- \r
95 1.7.9.1\r
96 \r