Re: [PATCH v4 16/16] add "notmuch reindex" subcommand
[notmuch-archives.git] / 5b / 9185df5cea0cb86f3d4fec6fc99e4142d649fa
1 Return-Path: <dme@dme.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 9E42D4196F2\r
6         for <notmuch@notmuchmail.org>; Tue, 20 Apr 2010 00:21:30 -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: -1.9\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-1.9 tagged_above=-999 required=5\r
12         tests=[BAYES_00=-1.9] autolearn=ham\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 Cas+enwjSKTF for <notmuch@notmuchmail.org>;\r
16         Tue, 20 Apr 2010 00:21:30 -0700 (PDT)\r
17 Received: from mail-wy0-f181.google.com (mail-wy0-f181.google.com\r
18         [74.125.82.181])\r
19         by olra.theworths.org (Postfix) with ESMTP id C1E39431FC1\r
20         for <notmuch@notmuchmail.org>; Tue, 20 Apr 2010 00:21:29 -0700 (PDT)\r
21 Received: by wyj26 with SMTP id 26so3216912wyj.26\r
22         for <notmuch@notmuchmail.org>; Tue, 20 Apr 2010 00:21:29 -0700 (PDT)\r
23 Received: by 10.216.180.202 with SMTP id j52mr1961625wem.214.1271748088331;\r
24         Tue, 20 Apr 2010 00:21:28 -0700 (PDT)\r
25 Received: from ut.hh.sledj.net (gmp-ea-fw-1.sun.com [192.18.1.36])\r
26         by mx.google.com with ESMTPS id z3sm55506084wbs.10.2010.04.20.00.21.26\r
27         (version=TLSv1/SSLv3 cipher=RC4-MD5);\r
28         Tue, 20 Apr 2010 00:21:26 -0700 (PDT)\r
29 Received: by ut.hh.sledj.net (Postfix, from userid 1000)\r
30         id 6BEB3594163; Tue, 20 Apr 2010 08:21:25 +0100 (BST)\r
31 To: Michal Sojka <sojkam1@fel.cvut.cz>, notmuch@notmuchmail.org\r
32 Subject: Re: [PATCH 1/2] Add 'cat' subcommand\r
33 In-Reply-To: <1271747793-17507-1-git-send-email-sojkam1@fel.cvut.cz>\r
34 References: <1271747793-17507-1-git-send-email-sojkam1@fel.cvut.cz>\r
35 User-Agent: Notmuch/0.2-20-g89ec2c1 (http://notmuchmail.org) Emacs/23.1.1\r
36         (x86_64-pc-linux-gnu)\r
37 From: David Edmondson <dme@dme.org>\r
38 Date: Tue, 20 Apr 2010 08:21:25 +0100\r
39 Message-ID: <87pr1u7fnu.fsf@ut.hh.sledj.net>\r
40 MIME-Version: 1.0\r
41 Content-Type: text/plain; charset=us-ascii\r
42 X-BeenThere: notmuch@notmuchmail.org\r
43 X-Mailman-Version: 2.1.13\r
44 Precedence: list\r
45 List-Id: "Use and development of the notmuch mail system."\r
46         <notmuch.notmuchmail.org>\r
47 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
48         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
49 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
50 List-Post: <mailto:notmuch@notmuchmail.org>\r
51 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
52 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
53         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
54 X-List-Received-Date: Tue, 20 Apr 2010 07:21:30 -0000\r
55 \r
56 On Tue, 20 Apr 2010 09:16:32 +0200, Michal Sojka <sojkam1@fel.cvut.cz> wrote:\r
57 > This command dumps a raw message identified by a filename to the\r
58 > standard output. It allows MUAs to access the messages for piping,\r
59 > attachment manipulation, etc. in the same way as it is done in\r
60 > notmuch-show-mode (through notmuch show subcommand). This will simplify\r
61 > the MUAs when they need to operate with a remote database.\r
62 \r
63 I'm puzzled why you chose to pass a filename as the argument to 'cat'\r
64 rather than a message id (id:foo@bar.com)?\r
65 \r
66 Removing knowledge of filenames (or that anything is stored as a file)\r
67 from the UI seems like a good idea.\r
68 \r
69 dme.\r
70 -- \r
71 David Edmondson, http://dme.org\r