[PATCH 9/9] add has: query prefix to search for specific properties
[notmuch-archives.git] / 23 / 1b918668463225fe51fbabe0e6ab4dd1e366e8
1 Return-Path: <prvs=358023e9b=jrosenthal@jhu.edu>\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 B8B5E431FAF\r
6         for <notmuch@notmuchmail.org>; Thu, 19 Jan 2012 08:23:36 -0800 (PST)\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 S09fxDUTS7v7 for <notmuch@notmuchmail.org>;\r
16         Thu, 19 Jan 2012 08:23:36 -0800 (PST)\r
17 Received: from ipex2.johnshopkins.edu (ipex2.johnshopkins.edu [162.129.8.151])\r
18         (using TLSv1 with cipher RC4-SHA (128/128 bits))\r
19         (No client certificate requested)\r
20         by olra.theworths.org (Postfix) with ESMTPS id 3EA44431FAE\r
21         for <notmuch@notmuchmail.org>; Thu, 19 Jan 2012 08:23:36 -0800 (PST)\r
22 X-IronPort-AV: E=Sophos;i="4.71,537,1320642000"; d="scan'208";a="117940568"\r
23 Received: from unknown (HELO watt) ([10.161.33.18])\r
24         by ipex2.johnshopkins.edu with ESMTP/TLS/AES256-SHA;\r
25         19 Jan 2012 11:23:35 -0500\r
26 Received: from jkr by watt with local (Exim 4.76)\r
27         (envelope-from <jrosenthal@jhu.edu>)\r
28         id 1Rnumv-0002VA-0b; Thu, 19 Jan 2012 11:24:33 -0500\r
29 From: Jesse Rosenthal <jrosenthal@jhu.edu>\r
30 To: notmuch@notmuchmail.org\r
31 Subject: Updated remote script\r
32 Date: Thu, 19 Jan 2012 11:24:32 -0500\r
33 Message-ID: <87k44n8xtr.fsf@jhu.edu>\r
34 MIME-Version: 1.0\r
35 Content-Type: text/plain; charset=us-ascii\r
36 X-BeenThere: notmuch@notmuchmail.org\r
37 X-Mailman-Version: 2.1.13\r
38 Precedence: list\r
39 List-Id: "Use and development of the notmuch mail system."\r
40         <notmuch.notmuchmail.org>\r
41 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
42         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
43 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
44 List-Post: <mailto:notmuch@notmuchmail.org>\r
45 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
46 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
47         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
48 X-List-Received-Date: Thu, 19 Jan 2012 16:23:36 -0000\r
49 \r
50 Dear all,\r
51 \r
52 Just wanted to note that I finally got around to updating the\r
53 way-deprecated "remoteusage" wiki page[0], with a simplified\r
54 script, that takes into account comments that some have made in the\r
55 past.\r
56 \r
57 Caching for attachments is gone, since the complications of part\r
58 handling vs. raw handling seems to have made it more trouble than it was\r
59 worth at the moment. (And because I do most of my work on a\r
60 well-connected machine.)\r
61 \r
62 The big change in this script is that it uses dtach to set up a ssh\r
63 socket, rather than suggesting that users do so themselves with the\r
64 ControlMaster configuration option. This has the benefit of not making\r
65 anyone mess with ~/.ssh, and not impacting your other ssh work. It also\r
66 handles the issues of dead sockets on a laptop. (`ssh -Nf` seems like it\r
67 *should* work too, but emacs hangs when it is used in a script.) The\r
68 problem with this approach, of course, is that it requires dtach. A good\r
69 solution would be to (a) make the use of reusable ssh sockets optional,\r
70 and (b) allow it to use screen or tmux instead of dtach. Both would be\r
71 pretty easy, and I'll work on it at some point. But I figured getting a\r
72 two-year-old, broken script of the wiki would be a good first step.\r
73 \r
74 [0] http://notmuchmail.org/remoteusage/\r
75 \r
76 Best,\r
77 Jesse\r
78 \r