Re: [PATCH] Fix typo in Message.maildir_flags_to_tags
[notmuch-archives.git] / 9e / 958a9e7229252d5dedfffb3865e1b43e7436a7
1 Return-Path: <bremner@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 26CB3431FD0\r
6         for <notmuch@notmuchmail.org>; Tue,  1 Nov 2011 16:23:17 -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.29\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-2.29 tagged_above=-999 required=5\r
12         tests=[RCVD_IN_DNSWL_MED=-2.3, T_MIME_NO_TEXT=0.01] 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 7yUZe41MaI8t for <notmuch@notmuchmail.org>;\r
16         Tue,  1 Nov 2011 16:23:15 -0700 (PDT)\r
17 Received: from tempo.its.unb.ca (tempo.its.unb.ca [131.202.1.21])\r
18         (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))\r
19         (No client certificate requested)\r
20         by olra.theworths.org (Postfix) with ESMTPS id F3D85431FB6\r
21         for <notmuch@notmuchmail.org>; Tue,  1 Nov 2011 16:23:14 -0700 (PDT)\r
22 Received: from zancas.localnet\r
23         (fctnnbsc36w-156034064058.pppoe-dynamic.High-Speed.nb.bellaliant.net\r
24         [156.34.64.58]) (authenticated bits=0)\r
25         by tempo.its.unb.ca (8.13.8/8.13.8) with ESMTP id pA1NNBVc009628\r
26         (version=TLSv1/SSLv3 cipher=AES256-SHA bits=256 verify=NO);\r
27         Tue, 1 Nov 2011 20:23:12 -0300\r
28 Received: from bremner by zancas.localnet with local (Exim 4.76)\r
29         (envelope-from <bremner@unb.ca>)\r
30         id 1RLNfg-0006rB-JQ; Tue, 01 Nov 2011 20:23:08 -0300\r
31 From: David Bremner <david@tethera.net>\r
32 To: Jameson Graef Rollins <jrollins@finestructure.net>,\r
33  notmuch@notmuchmail.org\r
34 Subject: Re: Patch review/application process\r
35 In-Reply-To: <87ehxr4jom.fsf@servo.finestructure.net>\r
36 References: <878vo8kdl2.fsf@gilead.invalid> <87hb2n7w82.fsf@zancas.localnet>\r
37         <87sjm74z36.fsf@servo.finestructure.net>\r
38         <87vcr3ehyg.fsf@convex-new.cs.unb.ca>\r
39         <87ehxr4jom.fsf@servo.finestructure.net>\r
40 User-Agent: Notmuch/0.9+26~g4e49596 (http://notmuchmail.org) Emacs/23.3.1\r
41         (x86_64-pc-linux-gnu)\r
42 Date: Tue, 01 Nov 2011 20:22:58 -0300\r
43 Message-ID: <87ehxr77hp.fsf@zancas.localnet>\r
44 MIME-Version: 1.0\r
45 Content-Type: multipart/signed; boundary="=-=-=";\r
46         micalg=pgp-sha1; protocol="application/pgp-signature"\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: Tue, 01 Nov 2011 23:23:17 -0000\r
60 \r
61 --=-=-=\r
62 Content-Transfer-Encoding: quoted-printable\r
63 \r
64 On Tue, 01 Nov 2011 14:27:53 -0700, Jameson Graef Rollins <jrollins@finestr=\r
65 ucture.net> wrote:\r
66 \r
67 > I'm not sure why this is needed, since it seems to me that the whole\r
68 > argument for tagging entire threads is that the individual messages are\r
69 > *not* distinguishable from the thread.\r
70 \r
71 The problem is that "notmuch search foo and not bar" will return all\r
72 threads containing a message satisfying "foo" and a message satisfying=20\r
73 "not bar". This makes=20\r
74 \r
75      notmuch search tag:notmuch::patch and not notmuch::pushed\r
76 \r
77 notmuch use.\r
78 \r
79 > Please do *not* remove the ::patch tag.=20=20\r
80 \r
81 No, I don't suggest/intend to remove the ::patch tag, only a ::unresolved t=\r
82 ag,\r
83 since there seems to be no nice way to search for (not notmuch::resolved).\r
84 \r
85 >  The addition of something\r
86 > From a set of "resolution" tags (::pushed, ::applied, ::obsolete,\r
87 > ::rejected, etc.) should indicate resolution of the issue.\r
88 \r
89 Here I think we agree.\r
90 \r
91 --=-=-=\r
92 Content-Type: application/pgp-signature\r
93 \r
94 -----BEGIN PGP SIGNATURE-----\r
95 Version: GnuPG v1.4.11 (GNU/Linux)\r
96 \r
97 iJwEAQECAAYFAk6wf1IACgkQTiiN/0Um85kmKwP/dU11NEkNjXjfOKasZXIA0Nd/\r
98 MJ27k/LeVXqLOz0WM1aMH8BeFKqd9duEoJMrdQ8CrnHdG0dEpZCkBCnUHdQH62w3\r
99 EKHtHkRg0vysIY1hBOybch/SazSMaAi35oc7nTJJala2+4s5yZWKWpzILxiBWyXR\r
100 TfL+59kALvwraD3++LU=\r
101 =rP/p\r
102 -----END PGP SIGNATURE-----\r
103 --=-=-=--\r