Re: [PATCH v4 08/16] reorganize indexing of multipart/signed and multipart/encrypted
[notmuch-archives.git] / 42 / f9ed02e1334a9eb808b6de3fb5232914357e52
1 Return-Path: <pieter@praet.org>\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 A761441615F\r
6         for <notmuch@notmuchmail.org>; Fri, 24 Feb 2012 14:40:41 -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: -0.7\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-0.7 tagged_above=-999 required=5\r
12         tests=[RCVD_IN_DNSWL_LOW=-0.7] 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 lZIMh2CH-BgL for <notmuch@notmuchmail.org>;\r
16         Fri, 24 Feb 2012 14:40:41 -0800 (PST)\r
17 Received: from mail-we0-f181.google.com (mail-we0-f181.google.com\r
18         [74.125.82.181]) (using TLSv1 with cipher RC4-SHA (128/128 bits))\r
19         (No client certificate requested)\r
20         by olra.theworths.org (Postfix) with ESMTPS id E12D1416158\r
21         for <notmuch@notmuchmail.org>; Fri, 24 Feb 2012 14:40:40 -0800 (PST)\r
22 Received: by werp13 with SMTP id p13so2020003wer.26\r
23         for <notmuch@notmuchmail.org>; Fri, 24 Feb 2012 14:40:39 -0800 (PST)\r
24 Received-SPF: pass (google.com: domain of pieter@praet.org designates\r
25         10.180.8.226 as permitted sender) client-ip=10.180.8.226; \r
26 Authentication-Results: mr.google.com;\r
27         spf=pass (google.com: domain of pieter@praet.org\r
28         designates 10.180.8.226 as permitted sender)\r
29         smtp.mail=pieter@praet.org\r
30 Received: from mr.google.com ([10.180.8.226])\r
31         by 10.180.8.226 with SMTP id u2mr8934164wia.16.1330123239729 (num_hops\r
32         = 1); Fri, 24 Feb 2012 14:40:39 -0800 (PST)\r
33 Received: by 10.180.8.226 with SMTP id u2mr7198351wia.16.1330123239611;\r
34         Fri, 24 Feb 2012 14:40:39 -0800 (PST)\r
35 Received: from localhost ([109.131.181.26])\r
36         by mx.google.com with ESMTPS id gp8sm6329447wib.5.2012.02.24.14.40.38\r
37         (version=TLSv1/SSLv3 cipher=OTHER);\r
38         Fri, 24 Feb 2012 14:40:39 -0800 (PST)\r
39 From: Pieter Praet <pieter@praet.org>\r
40 To: Dmitry Kurochkin <dmitry.kurochkin@gmail.com>,\r
41         David Bremner <david@tethera.net>, notmuch@notmuchmail.org\r
42 Subject: Re: [PATCH v5 00/12] emacs: more flexible and consistent tagging\r
43         operations\r
44 In-Reply-To: <87obsojzga.fsf@gmail.com>\r
45 References: <1327725684-5887-1-git-send-email-dmitry.kurochkin@gmail.com>\r
46         <1328426033-21480-1-git-send-email-dmitry.kurochkin@gmail.com>\r
47         <87wr7xqpuf.fsf@rocinante.cs.unb.ca> <878vjtqhcg.fsf@praet.org>\r
48         <87obsojzga.fsf@gmail.com>\r
49 User-Agent: Notmuch/0.11.1+210~g6afc43e (http://notmuchmail.org) Emacs/23.3.1\r
50         (x86_64-unknown-linux-gnu)\r
51 Date: Fri, 24 Feb 2012 23:38:20 +0100\r
52 Message-ID: <87y5rrdfhf.fsf@praet.org>\r
53 MIME-Version: 1.0\r
54 Content-Type: text/plain; charset=us-ascii\r
55 X-Gm-Message-State:\r
56  ALoCoQlyizRdLu5G5jY+qIk1nliXYl2eU0Ax48k1BEP9BYQnRFfc4bVPlnfusAuD2tl0wCiCIrrv\r
57 X-BeenThere: notmuch@notmuchmail.org\r
58 X-Mailman-Version: 2.1.13\r
59 Precedence: list\r
60 List-Id: "Use and development of the notmuch mail system."\r
61         <notmuch.notmuchmail.org>\r
62 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
63         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
64 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
65 List-Post: <mailto:notmuch@notmuchmail.org>\r
66 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
67 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
68         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
69 X-List-Received-Date: Fri, 24 Feb 2012 22:40:41 -0000\r
70 \r
71 On Fri, 24 Feb 2012 14:30:29 +0400, Dmitry Kurochkin <dmitry.kurochkin@gmail.com> wrote:\r
72 > On Fri, 24 Feb 2012 00:07:27 +0100, Pieter Praet <pieter@praet.org> wrote:\r
73 > > On Wed, 08 Feb 2012 11:58:32 -0400, David Bremner <david@tethera.net> wrote:\r
74 > > > On Sun,  5 Feb 2012 11:13:41 +0400, Dmitry Kurochkin <dmitry.kurochkin@gmail.com> wrote:\r
75 > > > > Changes:\r
76 > > > > \r
77 > > > > v4:\r
78 > > > > \r
79 > > > > * rebased on master, no conflicts so no need for another review\r
80 > > > > \r
81 > > > \r
82 > > > I pushed this series.  \r
83 > > > \r
84 > > > Maybe this was discussed already, but I think ideally * would apply only\r
85 > > > to open messages. So consider that a feature request if someone is\r
86 > > > looking for a project.\r
87 > > >\r
88 > > \r
89 > > How about if '*' applies to all messages (as it currently does),\r
90 > > but 'C-u *' only to open messages?  That would make more sense IMHO.\r
91 > > \r
92 > > But, conforming to your original request, I've implemented the inverse.\r
93 > > \r
94\r
95 > I personally do like '*' as is and do not want to change it's behavior.\r
96 > Though I am not against adding a prefix argument for it.\r
97 >\r
98 \r
99 Same here.  In v2 [1], '*' tags all and 'C-u *' tags only open.\r
100 \r
101 One can always swap the keybindings if so inclined.\r
102 \r
103 \r
104 > Regards,\r
105 >   Dmitry\r
106\r
107 > > Patches follow.\r
108 > > \r
109 > > \r
110 > > > d\r
111 > > > _______________________________________________\r
112 > > > notmuch mailing list\r
113 > > > notmuch@notmuchmail.org\r
114 > > > http://notmuchmail.org/mailman/listinfo/notmuch\r
115 > > \r
116 > > \r
117 > > Peace\r
118 > > \r
119 > > -- \r
120 > > Pieter\r
121 > _______________________________________________\r
122 > notmuch mailing list\r
123 > notmuch@notmuchmail.org\r
124 > http://notmuchmail.org/mailman/listinfo/notmuch\r
125 \r
126 \r
127 Peace\r
128 \r
129 -- \r
130 Pieter\r
131 \r
132 [1] id:"1330122640-18895-1-git-send-email-pieter@praet.org"\r