Re: Missing headers when forwarding html message as RFC822
[notmuch-archives.git] / 7b / daca53ca3421000af3523ffc1cfcd1d0083703
1 Return-Path: <camalot@picnicpark.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 CD712431FC4\r
6         for <notmuch@notmuchmail.org>; Mon, 22 Sep 2014 07:42:21 -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 I6XMrBiMe+Pz for <notmuch@notmuchmail.org>;\r
16         Mon, 22 Sep 2014 07:42:14 -0700 (PDT)\r
17 Received: from picnicpark.org (picnicpark.org [130.94.181.238])\r
18         by olra.theworths.org (Postfix) with ESMTP id 67D5D431FB6\r
19         for <notmuch@notmuchmail.org>; Mon, 22 Sep 2014 07:42:14 -0700 (PDT)\r
20 Received: (qmail 43790 invoked by uid 13806); 22 Sep 2014 14:42:12 -0000\r
21 Received: from unknown (HELO gw.picnicpark.org) ([108.225.17.54])\r
22         (envelope-sender <camalot@picnicpark.org>)\r
23         by 130.94.181.238 (qmail-ldap-1.03) with SMTP\r
24         for <notmuch@notmuchmail.org>; 22 Sep 2014 14:42:12 -0000\r
25 Received: from friend.picnicpark.org (friend.picnicpark.org [192.168.35.1])\r
26         by gw.picnicpark.org (Postfix) with ESMTPSA id 12E5712A0D9D;\r
27         Mon, 22 Sep 2014 07:42:12 -0700 (PDT)\r
28 Message-ID: <1411396931.1931.91.camel@picnicpark.org>\r
29 Subject: Re: Do path: searches handle spaces correctly?\r
30 From: Keith Amidon <camalot@picnicpark.org>\r
31 To: David Bremner <david@tethera.net>\r
32 Date: Mon, 22 Sep 2014 07:42:11 -0700\r
33 In-Reply-To: <87tx40ggf1.fsf@maritornes.cs.unb.ca>\r
34 References: <878uleklvt.fsf@awakenetworks.com>\r
35         <87tx40ggf1.fsf@maritornes.cs.unb.ca>\r
36 Content-Type: text/plain; charset="UTF-8"\r
37 X-Mailer: Evolution 3.12.5 \r
38 Mime-Version: 1.0\r
39 Content-Transfer-Encoding: 7bit\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 List-Id: "Use and development of the notmuch mail system."\r
45         <notmuch.notmuchmail.org>\r
46 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
47         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
48 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
49 List-Post: <mailto:notmuch@notmuchmail.org>\r
50 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
51 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
52         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
53 X-List-Received-Date: Mon, 22 Sep 2014 14:42:22 -0000\r
54 \r
55 On Mon, 2014-09-22 at 11:20 +0200, David Bremner wrote:\r
56 > Keith Amidon <keith@awakenetworks.com> writes:\r
57 > >\r
58 > > notmuch search --output=files path:'dir/INBOX/INBOX/Sent Items'\r
59 > >\r
60 > > I don't get any results, but it seems like the two results above should\r
61 > > be shown, right?  Am I doing something wrong here?  If it looks like I'm\r
62 > > doing it correctly, what can I do to help troubleshoot the issue?\r
63\r
64 > Note that path:, unlike folder:, does not add the maildir subdirs. Dunno\r
65 > if that's the only issue you are having, but I guess it's one.\r
66 \r
67 Darn it!  I made a mistake in my original email.  In the test I was\r
68 doing I actually had:\r
69 \r
70 notmuch search --output=files path:'dir/INBOX/INBOX/Sent Items/**'\r
71 \r
72 which I believe should have picked up all the subdirectory paths.  I\r
73 just retested to make sure that it still didn't work, and it doesn't.\r
74 \r
75 Am I still missing something?   Thanks for the help, Keith\r
76 \r
77 \r