Re: [PATCH 9/9] add has: query prefix to search for specific properties
[notmuch-archives.git] / 0d / 74323946fb02ae9459c1d0dbe358f46fd8e4c1
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 D1C2D431FAF\r
6         for <notmuch@notmuchmail.org>; Sun,  9 Dec 2012 04:56:42 -0800 (PST)\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 5msktUy+Bdpo for <notmuch@notmuchmail.org>;\r
18         Sun,  9 Dec 2012 04:56:42 -0800 (PST)\r
19 Received: from mail-wg0-f47.google.com (mail-wg0-f47.google.com\r
20  [74.125.82.47])        (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  446D1431FAE    for <notmuch@notmuchmail.org>; Sun,  9 Dec 2012 04:56:42 -0800\r
23  (PST)\r
24 Received: by mail-wg0-f47.google.com with SMTP id dq11so1033193wgb.2\r
25         for <notmuch@notmuchmail.org>; Sun, 09 Dec 2012 04:56:41 -0800 (PST)\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=MWC9ERewAQBvme/Ta1UBNhSLJVuPzSsKhWC8qHYh+RY=;\r
29         b=z5fluJorLEi/7Jl0TEi8bERDUcIqXoCKQ/dRJvyGp34cy5qMcZ3Cnkah2+k5l9sczm\r
30         4t2XH6jeOaXBAHkER2w1ZTcGAO1Bh0nxtGwWVNnqTW8eWqXK/LLs7YK/PVb/vqjVdRfB\r
31         STFlcXSMuvpRGrJSSoyk92Ccx8jUQ7ZdINy1gZItDj7uKWbXdjWKdc2Ab1iL61ZpSXWQ\r
32         jOWpnRr0ntWqMaDH3zdjIn3pz6wKJ/pquKSt00O/FQVEvp7DE59u21UIdd1VPYnLmj8d\r
33         RRWgTgo0BOnRpTCz6LyEy7JjwOnjQ+9En33TKz8GE9y4AQV5fUpFhF9tz3jYWqG6uduq\r
34         kbEA==\r
35 Received: by 10.216.28.8 with SMTP id f8mr4082146wea.162.1355057800966;\r
36         Sun, 09 Dec 2012 04:56:40 -0800 (PST)\r
37 Received: from localhost (93-97-24-31.zone5.bethere.co.uk. [93.97.24.31])\r
38         by mx.google.com with ESMTPS id p2sm6795864wic.7.2012.12.09.04.56.39\r
39         (version=TLSv1/SSLv3 cipher=OTHER);\r
40         Sun, 09 Dec 2012 04:56:40 -0800 (PST)\r
41 From: Mark Walters <markwalters1009@gmail.com>\r
42 To: notmuch@notmuchmail.org\r
43 Subject: [PATCH v4 0/3] indicate length of omitted body content\r
44 Date: Sun,  9 Dec 2012 12:56:33 +0000\r
45 Message-Id: <1355057796-19260-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: Sun, 09 Dec 2012 12:56:43 -0000\r
60 \r
61 This is a (trivially) rebased version of\r
62 id:1344428872-12374-1-git-send-email-novalazy@gmail.com (There was one\r
63 bit of context clash, and a small change to one of the sexp tests to\r
64 mirror the same change for the json test)\r
65 \r
66 \r
67 The patch is Peter's not mine so as a reviewer +1 from me.\r
68 \r
69 Best wishes\r
70 \r
71 Mark\r
72 \r
73 \r
74 Peter Wang (3):\r
75   test: normalize only message filenames in show json\r
76   show: indicate length, encoding of omitted body content\r
77   test: conform to content length, encoding fields\r
78 \r
79  devel/schemata   |    9 ++++++++-\r
80  notmuch-show.c   |   14 ++++++++++++++\r
81  test/crypto      |   30 +++++++++++++++++++++---------\r
82  test/json        |    4 +++-\r
83  test/multipart   |   11 ++++++-----\r
84  test/sexp        |    2 +-\r
85  test/test-lib.sh |    2 +-\r
86  7 files changed, 54 insertions(+), 18 deletions(-)\r
87 \r
88 -- \r
89 1.7.9.1\r
90 \r