Re: [PATCH v4 0/4] Allow JSON to use non-entire thread, and use for elide
authorDaniel Schoepe <daniel@schoepe.org>
Sun, 27 May 2012 22:30:20 +0000 (00:30 +0200)
committerW. Trevor King <wking@tremily.us>
Fri, 7 Nov 2014 17:47:28 +0000 (09:47 -0800)
2f/07c61b8a321b60cb21474cdb5be1cae0ee12fb [new file with mode: 0644]

diff --git a/2f/07c61b8a321b60cb21474cdb5be1cae0ee12fb b/2f/07c61b8a321b60cb21474cdb5be1cae0ee12fb
new file mode 100644 (file)
index 0000000..25c690f
--- /dev/null
@@ -0,0 +1,121 @@
+Return-Path: <daniel@schoepe.org>\r
+X-Original-To: notmuch@notmuchmail.org\r
+Delivered-To: notmuch@notmuchmail.org\r
+Received: from localhost (localhost [127.0.0.1])\r
+       by olra.theworths.org (Postfix) with ESMTP id 473AE431FB6\r
+       for <notmuch@notmuchmail.org>; Sun, 27 May 2012 15:30:32 -0700 (PDT)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: -0.8\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=-0.8 tagged_above=-999 required=5\r
+       tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1,\r
+       RCVD_IN_DNSWL_LOW=-0.7] autolearn=disabled\r
+Received: from olra.theworths.org ([127.0.0.1])\r
+       by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
+       with ESMTP id g4wPnpKR0JMU for <notmuch@notmuchmail.org>;\r
+       Sun, 27 May 2012 15:30:30 -0700 (PDT)\r
+Received: from mail-wg0-f41.google.com (mail-wg0-f41.google.com\r
+ [74.125.82.41])       (using TLSv1 with cipher RC4-SHA (128/128 bits))        (No client\r
+ certificate requested)        by olra.theworths.org (Postfix) with ESMTPS id\r
+ B3880431FAF   for <notmuch@notmuchmail.org>; Sun, 27 May 2012 15:30:30 -0700\r
+ (PDT)\r
+Received: by wgbds1 with SMTP id ds1so1135059wgb.2\r
+       for <notmuch@notmuchmail.org>; Sun, 27 May 2012 15:30:29 -0700 (PDT)\r
+DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=schoepe.org; s=google;\r
+       h=from:to:subject:in-reply-to:references:user-agent:date:message-id\r
+       :mime-version:content-type;\r
+       bh=jbUSsCSfLtVoSdGZ9ufnIGz+c1a6ln+YYgaMEhQPzRw=;\r
+       b=kJKL1gXkqTcKbpdc/zBZ00avY1uGhwZ20EtqRUVR8BUbVXQYu+ygTV1vRJfDbm7t12\r
+       RRKlA+sN3s/+8Nhs2TZtY6UG3MPBcTt8VqJShB3Q/VtfcqxvTuCyfw/Sy/0+SUk1WOl9\r
+       9VAcyc3c4bcEIZWixN5um1MXIrxM13JfrI1mw=\r
+X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;\r
+       d=google.com; s=20120113;\r
+       h=from:to:subject:in-reply-to:references:user-agent:date:message-id\r
+       :mime-version:content-type:x-gm-message-state;\r
+       bh=jbUSsCSfLtVoSdGZ9ufnIGz+c1a6ln+YYgaMEhQPzRw=;\r
+       b=XPlSNeCQBrIYoRbij6dffbkDOXiwTKr/pykPWOkVqSP8H7DFEPgAhZ02mnmwE6hxaU\r
+       90nfJqCxgU5eGTrjm/wZNUFhMrqMu8C52oFinTg4P3m78oZdm4MwIm8Yy6eq21JCEUBO\r
+       jIRzlctvDatL1d9Ok6TiV6jdXrG3DTjcdjOojbqJqke/LA6JiYxyDXwTMGl2EOnsa7z5\r
+       kiVbO+iY7HnixgIPq3gXTHCMefAeeBsPmGgw1YVoekSgqlJItZr8LQL/j5H+ala47TPw\r
+       PcHdlQ+c7QYVfNrvyrs+SBWPAQmDpbpL7TjsX7DFucWbVUc1CrCMQlFvYpZ9MZe0hWsO\r
+       5xNg==\r
+Received: by 10.216.228.88 with SMTP id e66mr3151043weq.208.1338157829360;\r
+       Sun, 27 May 2012 15:30:29 -0700 (PDT)\r
+Received: from localhost (dslb-088-069-134-222.pools.arcor-ip.net.\r
+       [88.69.134.222])\r
+       by mx.google.com with ESMTPS id d10sm26197863wiy.3.2012.05.27.15.30.26\r
+       (version=TLSv1/SSLv3 cipher=OTHER);\r
+       Sun, 27 May 2012 15:30:27 -0700 (PDT)\r
+From: Daniel Schoepe <daniel@schoepe.org>\r
+To: Mark Walters <markwalters1009@gmail.com>, notmuch@notmuchmail.org\r
+Subject: Re: [PATCH v4 0/4] Allow JSON to use non-entire thread,\r
+       and use for elide\r
+In-Reply-To: <1335258675-29439-1-git-send-email-markwalters1009@gmail.com>\r
+References: <1335258675-29439-1-git-send-email-markwalters1009@gmail.com>\r
+User-Agent: Notmuch/0.12+114~gf15c55e (http://notmuchmail.org) Emacs/24.0.95.1\r
+       (x86_64-pc-linux-gnu)\r
+Date: Mon, 28 May 2012 00:30:20 +0200\r
+Message-ID: <87fwal2r5v.fsf@schoepe.localhost>\r
+MIME-Version: 1.0\r
+Content-Type: multipart/signed; boundary="=-=-=";\r
+       micalg=pgp-sha1; protocol="application/pgp-signature"\r
+X-Gm-Message-State:\r
+ ALoCoQkF0wBTWkTpFyzNO16IJFTGd6lbyQThlnTS44TnDGajo6+hbRAY7jOU5sGB15yoR0O6SA5T\r
+X-BeenThere: notmuch@notmuchmail.org\r
+X-Mailman-Version: 2.1.13\r
+Precedence: list\r
+List-Id: "Use and development of the notmuch mail system."\r
+       <notmuch.notmuchmail.org>\r
+List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
+       <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
+List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
+List-Post: <mailto:notmuch@notmuchmail.org>\r
+List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
+List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
+       <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
+X-List-Received-Date: Sun, 27 May 2012 22:30:32 -0000\r
+\r
+--=-=-=\r
+Content-Type: text/plain\r
+\r
+On Tue, 24.04.2012 11:11, Mark Walters wrote:\r
+> The first three patches implement the client side changes: one to\r
+> allow null messages to be output in Json (without upsetting the\r
+> parsing/structure), one to do the command line parsing for\r
+> --entire-thread=false and one to update the schemata.\r
+>\r
+> The final emacs patch is independent (and the first three make sense\r
+> without it) and uses this new functionality to implement the elide\r
+> option.\r
+>\r
+> I think this addresses all review comments\r
+\r
+LGTM (all four patches). I think both version of the command line\r
+parsing patch would be acceptable, but the second one seems cleaner to\r
+me.\r
+\r
+Cheers,\r
+Daniel\r
+\r
+--=-=-=\r
+Content-Type: application/pgp-signature\r
+\r
+-----BEGIN PGP SIGNATURE-----\r
+Version: GnuPG v1.4.12 (GNU/Linux)\r
+\r
+iQIcBAEBAgAGBQJPwqr8AAoJEIaTAtce+Z+JlHoQALXvhxdjXshXRnjd5f0Aj4Q3\r
+Ulv9F1TBivRpZdsDEKTmREcxwUSvuBxR4gIMb/Tdams+nFLWZIYDwN1pv+Bn0h/Z\r
+tN+xHnn5oDWDPQjRIgxpzVZzpWKaF8pgO8kdWooJSaNIleue7ZcnDwsQYOEkS+0E\r
+3YE8S6seLqncHLvpn911rszJmkcwGt5SPY2/lTijUUn7d7RCggHK5hpKDNzICTuB\r
+JCbiqH/agGIweUx9iAa4UjOC5CePpgdHSQ5rP5E51XUtI32glH+sAo5nzx4iuLjZ\r
+9QyZ5RS9ENh4espxUYjRUBBIybZtox9Bo69z2s+4FUj9Ihjs0RNtHrAr1UMPdAkb\r
+wZ0+PjSRONl93lk9KUcssoDo9VatEzr4BxPo0vROXqnAkaKLZ8C5KwHZE6jXZh+l\r
+wLDgO3RM3TjUvRK5ubiLTWIHR4hjbJRUJg/iWuJl1bYquwzM0KT7Hvr2L1bLNdui\r
+0WooqWCPVe50HKZYNEpw1/fvbJTfTutXBSA7QLKMG87IIveuFt91zpQnpVPylGCZ\r
+clMqyHi0qSZOsbZkaJViPaaQF2nIrUt4SKaj4/akWtI74hqC/za6fq7KUFZLleu3\r
+QtXnt7Tt50XFxopf6ghbl95AfaaiP4ulaV/8BAmsLvak+yKvtqLQMbea79o0dBSH\r
+p50QUzxCiBy6jkQO8CXR\r
+=93zT\r
+-----END PGP SIGNATURE-----\r
+--=-=-=--\r