Re: multiple directories for path?
[notmuch-archives.git] / 04 / e023cd4c17184cb1220cf7f42e51ec4f84a8a1
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 7E809431FD0\r
6         for <notmuch@notmuchmail.org>; Thu,  6 Oct 2011 13:23:40 -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.3\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-2.3 tagged_above=-999 required=5\r
12         tests=[RCVD_IN_DNSWL_MED=-2.3] 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 TKXezFz2CbhT for <notmuch@notmuchmail.org>;\r
16         Thu,  6 Oct 2011 13:23:40 -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 D9F50431FB6\r
21         for <notmuch@notmuchmail.org>; Thu,  6 Oct 2011 13:23:39 -0700 (PDT)\r
22 Received: from convex-new.cs.unb.ca ([131.202.13.154])\r
23         by tempo.its.unb.ca (8.13.8/8.13.8) with ESMTP id p96KNLA7027185;\r
24         Thu, 6 Oct 2011 17:23:21 -0300\r
25 Received: from bremner by convex-new.cs.unb.ca with local (Exim 4.72)\r
26         (envelope-from <bremner@unb.ca>)\r
27         id 1RBuTR-0000fV-Ed; Thu, 06 Oct 2011 17:23:21 -0300\r
28 From: David Bremner <david@tethera.net>\r
29 To: Jesse Rosenthal <jrosenthal@jhu.edu>,\r
30         Jameson Graef Rollins <jrollins@finestructure.net>,\r
31         Notmuch Mail <notmuch@notmuchmail.org>\r
32 Subject: Re: tag sharing\r
33 In-Reply-To: <m1sjn53npl.fsf@watt.hwcampus.jhu.edu>\r
34 References: <1306619520-25730-1-git-send-email-jrollins@finestructure.net>\r
35         <87hb8eebdi.fsf@servo.factory.finestructure.net>\r
36         <87pqmyn224.fsf@servo.factory.finestructure.net>\r
37         <87zklyjshd.fsf@yoom.home.cworth.org>\r
38         <87sjrng5k3.fsf@servo.factory.finestructure.net>\r
39         <87oc2bjgrs.fsf@yoom.home.cworth.org>\r
40         <8762oigc0y.fsf@servo.factory.finestructure.net>\r
41         <87boya98sf.fsf@gogo.home>\r
42         <87vcwg2p2m.fsf@servo.factory.finestructure.net>\r
43         <87wrcijn1w.fsf@zancas.localnet>\r
44         <m17h4i8dcj.fsf@watt.hwcampus.jhu.edu>\r
45         <87ipo2td84.fsf@zancas.localnet>\r
46         <m1sjn53npl.fsf@watt.hwcampus.jhu.edu>\r
47 User-Agent: Notmuch/0.9_rc1-42-g76fdca8 (http://notmuchmail.org) Emacs/23.3.1\r
48         (x86_64-pc-linux-gnu)\r
49 Date: Thu, 06 Oct 2011 17:23:21 -0300\r
50 Message-ID: <87zkhduax2.fsf@convex-new.cs.unb.ca>\r
51 MIME-Version: 1.0\r
52 Content-Type: text/plain; charset=us-ascii\r
53 X-BeenThere: notmuch@notmuchmail.org\r
54 X-Mailman-Version: 2.1.13\r
55 Precedence: list\r
56 List-Id: "Use and development of the notmuch mail system."\r
57         <notmuch.notmuchmail.org>\r
58 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
59         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
60 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
61 List-Post: <mailto:notmuch@notmuchmail.org>\r
62 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
63 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
64         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
65 X-List-Received-Date: Thu, 06 Oct 2011 20:23:40 -0000\r
66 \r
67 On Thu, 06 Oct 2011 15:49:10 -0400, Jesse Rosenthal <jrosenthal@jhu.edu> wrote:\r
68\r
69 > A period works: `tag:bremner.to-fix`. That would fit with java/python\r
70 > conventions. Double-colons also seem to work, for what it's worth:\r
71 > `tag:bremner::to-fix`\r
72 \r
73 Right, I was confused and/or unclear. What doesn't work is searches for\r
74 the whole namespace "notmuch search tag:bremner.*" will return nothing,\r
75 even though "notmuch search tag:bremner.to-fix" does.\r
76 \r
77 d\r