Re: Flat search and threaded views
[notmuch-archives.git] / 91 / 859794e6a01ebe23c45000e018bd80d8d5554a
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 BE6D1431FB6\r
6         for <notmuch@notmuchmail.org>; Tue,  3 Apr 2012 19:10:03 -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: 0\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none]\r
12         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 7+VVHBuLKWQ6 for <notmuch@notmuchmail.org>;\r
16         Tue,  3 Apr 2012 19:10:02 -0700 (PDT)\r
17 Received: from tesseract.cs.unb.ca (tesseract.cs.unb.ca [131.202.240.238])\r
18         (using TLSv1 with cipher AES256-SHA (256/256 bits))\r
19         (No client certificate requested)\r
20         by olra.theworths.org (Postfix) with ESMTPS id 6A596431FAE\r
21         for <notmuch@notmuchmail.org>; Tue,  3 Apr 2012 19:10:02 -0700 (PDT)\r
22 Received: from fctnnbsc30w-142166230117.dhcp-dynamic.fibreop.nb.bellaliant.net\r
23         ([142.166.230.117] helo=zancas.localnet)\r
24         by tesseract.cs.unb.ca with esmtpsa (TLS1.0:RSA_AES_256_CBC_SHA1:32)\r
25         (Exim 4.72) (envelope-from <bremner@unb.ca>)\r
26         id 1SFFfV-000826-75; Tue, 03 Apr 2012 23:09:57 -0300\r
27 Received: from bremner by zancas.localnet with local (Exim 4.77)\r
28         (envelope-from <bremner@unb.ca>)\r
29         id 1SFFfP-00049v-V5; Tue, 03 Apr 2012 23:09:47 -0300\r
30 From: David Bremner <david@tethera.net>\r
31 To: Jameson Graef Rollins <jrollins@finestructure.net>,\r
32         Jani Nikula <jani@nikula.org>\r
33 Subject: Re: [PATCH 6/8] cli: add support for batch tagging operations to\r
34         "notmuch tag"\r
35 In-Reply-To: <87wr5w2zv5.fsf@servo.finestructure.net>\r
36 References: <cover.1333231401.git.jani@nikula.org>\r
37         <f360a40bed50208d146aee8b06946b1b8315e818.1333231401.git.jani@nikula.org>\r
38         <87ty123tpc.fsf@servo.finestructure.net>\r
39         <87aa2tc22z.fsf@zancas.localnet>\r
40         <87iphh50hz.fsf@servo.finestructure.net>\r
41         <CAB+hUn_J9oOmbWaQ+_2yGG6i6ecDXbfJWYbpaYx_kbSnAH+EcA@mail.gmail.com>\r
42         <87fwcl4yr8.fsf@servo.finestructure.net>\r
43         <CAB+hUn-5yB15na2kFMZOjOEujKQTWHiefvgQYsT4Zi3UOzKwQw@mail.gmail.com>\r
44         <87d37p4xor.fsf@servo.finestructure.net>\r
45         <87pqbpxm2c.fsf@nikula.org>\r
46         <87wr5w2zv5.fsf@servo.finestructure.net>User-Agent:\r
47         Notmuch/0.12+70~g46e73fe (http://notmuchmail.org) Emacs/23.3.1\r
48         (x86_64-pc-linux-gnu)\r
49 Date: Tue, 03 Apr 2012 23:09:47 -0300\r
50 Message-ID: <87bon82qok.fsf@zancas.localnet>\r
51 MIME-Version: 1.0\r
52 Content-Type: text/plain; charset=us-ascii\r
53 X-Spam_bar: -\r
54 Cc: Notmuch Mail <notmuch@notmuchmail.org>\r
55 X-BeenThere: notmuch@notmuchmail.org\r
56 X-Mailman-Version: 2.1.13\r
57 Precedence: list\r
58 List-Id: "Use and development of the notmuch mail system."\r
59         <notmuch.notmuchmail.org>\r
60 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
61         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
62 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
63 List-Post: <mailto:notmuch@notmuchmail.org>\r
64 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
65 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
66         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
67 X-List-Received-Date: Wed, 04 Apr 2012 02:10:04 -0000\r
68 \r
69 Jameson Graef Rollins <jrollins@finestructure.net> writes:\r
70 \r
71 > There's no point in adding and initial flag to the beginning of the\r
72 > line to specify the command to execute if you have no intention of\r
73 > ever supporting other commands. \r
74 \r
75 My thinking was that it was useful for the disk format to have a bit\r
76 more information in it so that we could more easily change the interface\r
77 in an upwardly compatible way. If at some point in the future we do have\r
78 more general batch command processing, it would be nice not have to\r
79 change the file format again, particularly for dump files.\r
80 \r
81 > Ultimately, I think this patch series suffers from being\r
82 > simultaneously too close to existing functionality (restore),\r
83 \r
84 Well, as Jani mentioned there is a fair amount of code overlap with an\r
85 in-progress improved dump/restore facility.\r
86 \r
87 > yet tantalizingly close to a much more generally useful concept of\r
88 > batch command processing.\r
89 \r
90 Well, opinions seem to differ about how close we are to that in terms of\r
91 real code, but I think it is worth thinking about as we define file\r
92 formats.\r
93 \r
94 d\r
95 \r