Re: [PATCH] add has: query prefix to search for specific properties
[notmuch-archives.git] / 38 / c2e2fb9e85ac86d664064a06d379ce711642dd
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 F0514431FDC\r
6         for <notmuch@notmuchmail.org>; Thu, 19 Dec 2013 11:12: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 ci8N1rQFFH4i for <notmuch@notmuchmail.org>;\r
18         Thu, 19 Dec 2013 11:12:35 -0800 (PST)\r
19 Received: from mail-wi0-f178.google.com (mail-wi0-f178.google.com\r
20         [209.85.212.178]) (using TLSv1 with cipher RC4-SHA (128/128 bits))\r
21         (No client certificate requested)\r
22         by olra.theworths.org (Postfix) with ESMTPS id 43FA8431FC4\r
23         for <notmuch@notmuchmail.org>; Thu, 19 Dec 2013 11:12:35 -0800 (PST)\r
24 Received: by mail-wi0-f178.google.com with SMTP id bz8so2690200wib.11\r
25         for <notmuch@notmuchmail.org>; Thu, 19 Dec 2013 11:12:33 -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;\r
28         bh=vfYuWweqV6G+rkFwTiwFusAOdHKpx5iEXWITJlGsvqc=;\r
29         b=XLKM9IgL+rwtudpMavzm1Ku59fAXTh1S2fHI+ZthuaPrRJDoYng6DCg0U5/to8DeH2\r
30         bRAGMNcD5TBZQ1+rDE4grBRqAZ9cDtGR3jMEgAJo+UI0kg9S36oQquzcTKsemmgtm9/Y\r
31         Fy2x8sw+W8rg60WaeKBuhw635vi7A5QmKGvjZwEfKD+O7SJ9wPZV1a5t/XurXCWW/l72\r
32         aqvKISXgSz1ivbLFg40FxvPASBBRx1EgjwU71eaU/VMhERUOKzWT0JO/zs+zMEzqfWzB\r
33         8WkxuP3jvdwld+81NL9lUUzmN/kIlzF3L87TN2xBFKOC5Yn50pFfwA5A/tdu+HD0dLS5\r
34         +FiQ==\r
35 X-Received: by 10.194.174.36 with SMTP id bp4mr3205701wjc.7.1387480352603;\r
36         Thu, 19 Dec 2013 11:12:32 -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 ESMTPSA id ey3sm8002811wib.4.2013.12.19.11.12.30\r
39         for <multiple recipients>\r
40         (version=TLSv1.2 cipher=RC4-SHA bits=128/128);\r
41         Thu, 19 Dec 2013 11:12:31 -0800 (PST)\r
42 From: Mark Walters <markwalters1009@gmail.com>\r
43 To: notmuch@notmuchmail.org\r
44 Subject: [PATCH 0/2] make tree use notmuch-tag-format-tags\r
45 Date: Thu, 19 Dec 2013 19:12:22 +0000\r
46 Message-Id: <1387480344-14326-1-git-send-email-markwalters1009@gmail.com>\r
47 X-Mailer: git-send-email 1.7.9.1\r
48 X-BeenThere: notmuch@notmuchmail.org\r
49 X-Mailman-Version: 2.1.13\r
50 Precedence: list\r
51 List-Id: "Use and development of the notmuch mail system."\r
52         <notmuch.notmuchmail.org>\r
53 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
54         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
55 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
56 List-Post: <mailto:notmuch@notmuchmail.org>\r
57 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
58 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
59         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
60 X-List-Received-Date: Thu, 19 Dec 2013 19:12:43 -0000\r
61 \r
62 My experiments with unread handling lead me to consider showing\r
63 added/deleted tags explicitly (eg deleted with strike-through and\r
64 added with underlining). The series\r
65 id:1387065197-15776-1-git-send-email-markwalters1009@gmail.com does\r
66 this by hooking into notmuch-tag-format-tags.\r
67 \r
68 Tree view does not use this functionality so did not get this\r
69 feature. This pair of patches makes tree use notmuch-tag-format-tags\r
70 so it can get all this extra, as well as the existing functionality\r
71 that notmuch-tag-format-tags provides (eg star symbols for flagged\r
72 messages)\r
73 \r
74 In doing so I discovered that tree separates the tags with ", " not\r
75 just " "; this would change when moving to notmuch-tag-format-tags so\r
76 do this trivial change first as it does require a large patch (160\r
77 lines) to fix all the test expected outputs.\r
78 \r
79 Best wishes\r
80 \r
81 Mark\r
82 \r
83 \r
84 Mark Walters (2):\r
85   emacs: tree remove comma separator tags\r
86   emacs: tree: use tag-format-tags\r
87 \r
88  emacs/notmuch-tag.el                               |   17 ++--\r
89  emacs/notmuch-tree.el                              |    8 +-\r
90  .../notmuch-tree-single-thread                     |    8 +-\r
91  test/tree.expected-output/notmuch-tree-tag-inbox   |  104 ++++++++++----------\r
92  .../notmuch-tree-tag-inbox-tagged                  |  104 ++++++++++----------\r
93  .../notmuch-tree-tag-inbox-thread-tagged           |  104 ++++++++++----------\r
94  6 files changed, 173 insertions(+), 172 deletions(-)\r
95 \r
96 -- \r
97 1.7.9.1\r
98 \r