Re: [PATCH 3/4] config: only set search.exclude_tags to "deleted; spam; " during...
[notmuch-archives.git] / 3b / eee9930bf522ef4c938fa0f36af61a6382926b
1 Return-Path: <Sebastian@SSpaeth.de>\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 EB2114196F2\r
6         for <notmuch@notmuchmail.org>; Tue, 20 Apr 2010 01:09:36 -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.001\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-0.001 tagged_above=-999 required=5\r
12         tests=[BAYES_20=-0.001] 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 aLFIbuxBQEEO for <notmuch@notmuchmail.org>;\r
16         Tue, 20 Apr 2010 01:09:36 -0700 (PDT)\r
17 Received: from homiemail-a22.g.dreamhost.com (caiajhbdcagg.dreamhost.com\r
18         [208.97.132.66])\r
19         by olra.theworths.org (Postfix) with ESMTP id 60A8B431FC1\r
20         for <notmuch@notmuchmail.org>; Tue, 20 Apr 2010 01:09:36 -0700 (PDT)\r
21 Received: from sspaeth.de (mtec-hg-docking-1-dhcp-204.ethz.ch\r
22         [129.132.133.204])\r
23         by homiemail-a22.g.dreamhost.com (Postfix) with ESMTPA id 3F75F1A805F; \r
24         Tue, 20 Apr 2010 01:09:34 -0700 (PDT)\r
25 Received: by sspaeth.de (sSMTP sendmail emulation);\r
26         Tue, 20 Apr 2010 10:09:31 +0200\r
27 From: "Sebastian Spaeth" <Sebastian@SSpaeth.de>\r
28 To: David Edmondson <dme@dme.org>, Michal Sojka <sojkam1@fel.cvut.cz>,\r
29         notmuch@notmuchmail.org\r
30 Subject: Re: [PATCH 1/2] Add 'cat' subcommand\r
31 In-Reply-To: <87pr1u7fnu.fsf@ut.hh.sledj.net>\r
32 References: <1271747793-17507-1-git-send-email-sojkam1@fel.cvut.cz>\r
33         <87pr1u7fnu.fsf@ut.hh.sledj.net>\r
34 Date: Tue, 20 Apr 2010 10:09:31 +0200\r
35 Message-ID: <87fx2qmtok.fsf@SSpaeth.de>\r
36 MIME-Version: 1.0\r
37 Content-Type: text/plain; charset=us-ascii\r
38 X-BeenThere: notmuch@notmuchmail.org\r
39 X-Mailman-Version: 2.1.13\r
40 Precedence: list\r
41 List-Id: "Use and development of the notmuch mail system."\r
42         <notmuch.notmuchmail.org>\r
43 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
44         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
45 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
46 List-Post: <mailto:notmuch@notmuchmail.org>\r
47 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
48 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
49         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
50 X-List-Received-Date: Tue, 20 Apr 2010 08:09:37 -0000\r
51 \r
52 > I'm puzzled why you chose to pass a filename as the argument to 'cat'\r
53 > rather than a message id (id:foo@bar.com)?\r
54 \r
55 I agree, especially as some people want to introduce abstract mailstores\r
56 which might not even have the concept of a file name :).\r
57 \r
58 Passing a message-id seems more useful.\r
59 \r
60 Sebastian\r