Re: [PATCH 1/2] Add Google Inc. to AUTHORS as a contributor.
[notmuch-archives.git] / 8d / 651aec8ac13fe9f16c02eaede3528d9e22d022
1 Return-Path:\r
2  <return-nerv6gmtbidcaxyx3prgnikhp6@temporary-address.scs.stanford.edu>\r
3 X-Original-To: notmuch@notmuchmail.org\r
4 Delivered-To: notmuch@notmuchmail.org\r
5 Received: from localhost (localhost [127.0.0.1])\r
6         by olra.theworths.org (Postfix) with ESMTP id 18B07431E64\r
7         for <notmuch@notmuchmail.org>; Sat,  3 May 2014 08:56:07 -0700 (PDT)\r
8 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
9 X-Spam-Flag: NO\r
10 X-Spam-Score: -2.3\r
11 X-Spam-Level: \r
12 X-Spam-Status: No, score=-2.3 tagged_above=-999 required=5\r
13         tests=[RCVD_IN_DNSWL_MED=-2.3] autolearn=disabled\r
14 Received: from olra.theworths.org ([127.0.0.1])\r
15         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
16         with ESMTP id mPQsSjWW9OWK for <notmuch@notmuchmail.org>;\r
17         Sat,  3 May 2014 08:56:03 -0700 (PDT)\r
18 Received: from market.scs.stanford.edu (market.scs.stanford.edu [171.66.3.10])\r
19         (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))\r
20         (No client certificate requested)\r
21         by olra.theworths.org (Postfix) with ESMTPS id 989B4431FDA\r
22         for <notmuch@notmuchmail.org>; Sat,  3 May 2014 08:56:03 -0700 (PDT)\r
23 Received: from market.scs.stanford.edu (localhost.scs.stanford.edu\r
24  [127.0.0.1])   by market.scs.stanford.edu (8.14.7/8.14.7) with ESMTP id\r
25  s43FtuTl013055;        Sat, 3 May 2014 08:55:56 -0700 (PDT)\r
26 Received: (from dm@localhost)\r
27         by market.scs.stanford.edu (8.14.7/8.14.7/Submit) id s43Ftu9N000645;\r
28         Sat, 3 May 2014 08:55:56 -0700 (PDT)\r
29 X-Authentication-Warning: market.scs.stanford.edu: dm set sender to\r
30         return-nerv6gmtbidcaxyx3prgnikhp6@ta.scs.stanford.edu using -f\r
31 From: dm-list-email-notmuch@scs.stanford.edu\r
32 To: Mark Walters <markwalters1009@gmail.com>, Jani Nikula <jani@nikula.org>\r
33 Subject: Re: folder and path completely broken in HEAD?\r
34 In-Reply-To: <87zjiz8hft.fsf@qmul.ac.uk>\r
35 References: <87oazfo3w2.fsf@ta.scs.stanford.edu> <87zjiz8hft.fsf@qmul.ac.uk>\r
36 Date: Sat, 03 May 2014 08:55:56 -0700\r
37 Message-ID: <87iopmonzn.fsf@ta.scs.stanford.edu>\r
38 MIME-Version: 1.0\r
39 Content-Type: text/plain\r
40 Cc: notmuch@notmuchmail.org\r
41 X-BeenThere: notmuch@notmuchmail.org\r
42 X-Mailman-Version: 2.1.13\r
43 Precedence: list\r
44 Reply-To: David Mazieres expires 2014-08-01 PDT\r
45         <mazieres-kdhm6yewp4dq87x4tf5ix7eyxw@temporary-address.scs.stanford.edu>\r
46 List-Id: "Use and development of the notmuch mail system."\r
47         <notmuch.notmuchmail.org>\r
48 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
49         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
50 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
51 List-Post: <mailto:notmuch@notmuchmail.org>\r
52 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
53 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
54         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
55 X-List-Received-Date: Sat, 03 May 2014 15:56:07 -0000\r
56 \r
57 Mark Walters <markwalters1009@gmail.com> writes:\r
58 \r
59 >> All the way back.  Now you are saying there will be no convenient way to\r
60 >> match just the "mail.class" part without the year?  How very\r
61 >> distressing.  Ugh.\r
62 >\r
63 > Hi\r
64 >\r
65 > I am not quite sure what you are meaning by hierarchically group\r
66 > messages. Searching for path:dir/foo/bar/** should give all messages in\r
67 > all directories beneath dir/foo/bar. \r
68 \r
69 The problem is that the maildir++ spec disallows such pathnames.  If I\r
70 need compatibility with maildir++ (for instance for an imap server), at\r
71 least on a per-year basis, then my maildirs have to have names like:\r
72 \r
73    2013/.foo.foo\r
74    2013/.foo.bar\r
75    2013/.foo.baz\r
76    2014/.foo.foo\r
77    2014/.foo.bar\r
78    2014/.foo.baz\r
79 \r
80 So if I want a way to aggregate all my foo mail in a single search,\r
81 right now I just ask for folder:foo.  Will there be any equivalent in\r
82 the new notmuch?\r
83 \r
84 Thanks,\r
85 David\r