Re: [PATCH 9/9] add has: query prefix to search for specific properties
[notmuch-archives.git] / 53 / ba4b25865f60d38953068bdef9fb74526194c6
1 Return-Path: <dkg@fifthhorseman.net>\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 arlo.cworth.org (Postfix) with ESMTP id DE0BE6DE02A7\r
6  for <notmuch@notmuchmail.org>; Mon, 13 Jun 2016 07:50:23 -0700 (PDT)\r
7 X-Virus-Scanned: Debian amavisd-new at cworth.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: -0.033\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-0.033 tagged_above=-999 required=5\r
12  tests=[AWL=-0.033] autolearn=disabled\r
13 Received: from arlo.cworth.org ([127.0.0.1])\r
14  by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024)\r
15  with ESMTP id OAM8RY3IExWc for <notmuch@notmuchmail.org>;\r
16  Mon, 13 Jun 2016 07:50:15 -0700 (PDT)\r
17 Received: from che.mayfirst.org (che.mayfirst.org [162.247.75.118])\r
18  by arlo.cworth.org (Postfix) with ESMTP id 2CC6F6DE0008\r
19  for <notmuch@notmuchmail.org>; Mon, 13 Jun 2016 07:50:15 -0700 (PDT)\r
20 Received: from fifthhorseman.net (unknown [38.109.115.130])\r
21  by che.mayfirst.org (Postfix) with ESMTPSA id 013FAF98B;\r
22  Mon, 13 Jun 2016 10:50:13 -0400 (EDT)\r
23 Received: by fifthhorseman.net (Postfix, from userid 1000)\r
24  id A73C22049A; Mon, 13 Jun 2016 10:50:13 -0400 (EDT)\r
25 From: Daniel Kahn Gillmor <dkg@fifthhorseman.net>\r
26 To: Torben Hoffmann <thoffmann@basho.com>, notmuch@notmuchmail.org\r
27 Subject: Re: Problem with draft mails when using offlineimap\r
28 In-Reply-To: <575c1f77.8905370a.5c586.ffffafcb@mx.google.com>\r
29 References: <5759bd3e.8726c80a.2b5af.ffffd65b@mx.google.com>\r
30  <87shwmcdkv.fsf@alice.fifthhorseman.net>\r
31  <575c1f77.8905370a.5c586.ffffafcb@mx.google.com>\r
32 User-Agent: Notmuch/0.22+47~g4441900 (http://notmuchmail.org) Emacs/24.5.1\r
33  (x86_64-pc-linux-gnu)\r
34 Date: Mon, 13 Jun 2016 10:50:13 -0400\r
35 Message-ID: <87mvmp6t3u.fsf@alice.fifthhorseman.net>\r
36 MIME-Version: 1.0\r
37 Content-Type: text/plain; charset=utf-8\r
38 Content-Transfer-Encoding: 8bit\r
39 X-BeenThere: notmuch@notmuchmail.org\r
40 X-Mailman-Version: 2.1.20\r
41 Precedence: list\r
42 List-Id: "Use and development of the notmuch mail system."\r
43  <notmuch.notmuchmail.org>\r
44 List-Unsubscribe: <https://notmuchmail.org/mailman/options/notmuch>,\r
45  <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
46 List-Archive: <http://notmuchmail.org/pipermail/notmuch/>\r
47 List-Post: <mailto:notmuch@notmuchmail.org>\r
48 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
49 List-Subscribe: <https://notmuchmail.org/mailman/listinfo/notmuch>,\r
50  <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
51 X-List-Received-Date: Mon, 13 Jun 2016 14:50:23 -0000\r
52 \r
53 On Fri 2016-06-10 13:59:34 -0400, Torben Hoffmann wrote:\r
54 > The link you sent me does not work for me\r
55 \r
56 the link should work in notmuch-emacs if you already have a copy of the\r
57 existing messages in your mailstore.  if you subscribed to the mailing\r
58 list after those e-mails were sent, you won't have the messages in your\r
59 mailing list.\r
60 \r
61 > - even in the browser when looking through the patches, which I think\r
62 > are here: https://notmuchmail.org/pipermail/notmuch/2016/022492.html\r
63 \r
64 yes, that's the right file.  unfortunately, pipermail doesn't do a great\r
65 job at mailing list archives or making them fetchable.\r
66 \r
67 If you can spare ~125MB, you could fetch the full mbox and put it in a\r
68 maildir within your notmuch folder so you can read it.\r
69 http://notmuchmail.org/archives/notmuch.mbox\r
70 \r
71 It'd be nice for someoneā„¢ to put up a read-only notmuch-web interface to\r
72 the notmuch mailing list archive in the future, though. ;)\r
73 \r
74 > How can I get to try out those patches?\r
75 \r
76 To try the patches, you'd need to get set up being able to build the\r
77 source code; once you have a patch in an e-mail file, you can apply it\r
78 with "git am".  If you just have a raw patch, you can apply it with "git\r
79 apply" instead.\r
80 \r
81 please see:\r
82 \r
83  https://notmuchmail.org/contributing/\r
84 \r
85 for more details on working with the source and patches.\r
86 \r
87 Regards,\r
88 \r
89         --dkg\r