notmuch.el: controlling what does and doesn't get expanded in searches
[notmuch-archives.git] / 60 / e5f30f077db2435c18dc39e7c58fd20a578858
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 DD4A5431FAF\r
6         for <notmuch@notmuchmail.org>; Thu, 19 Jan 2012 12:30:05 -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 m95YvYkacYqP for <notmuch@notmuchmail.org>;\r
16         Thu, 19 Jan 2012 12:30:05 -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 4A896431FAE\r
21         for <notmuch@notmuchmail.org>; Thu, 19 Jan 2012 12:30:05 -0800 (PST)\r
22 X-IronPort-AV: E=Sophos;i="4.71,537,1320642000"; d="scan'208";a="118031748"\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 15:30:04 -0500\r
26 Received: from jkr by watt with local (Exim 4.76)\r
27         (envelope-from <jrosenthal@jhu.edu>)\r
28         id 1RnydS-00039Q-9f; Thu, 19 Jan 2012 15:31:02 -0500\r
29 From: Jesse Rosenthal <jrosenthal@jhu.edu>\r
30 To: Tomi Ollila <tomi.ollila@iki.fi>, notmuch@notmuchmail.org\r
31 Subject: Re: Updated remote script\r
32 In-Reply-To: <yf6sjjba8ep.fsf@taco2.nixu.fi>\r
33 References: <87k44n8xtr.fsf@jhu.edu> <yf6sjjba8ep.fsf@taco2.nixu.fi>\r
34 User-Agent: Notmuch/0.11 (http://notmuchmail.org) Emacs/23.3.1\r
35         (i686-pc-linux-gnu)\r
36 Date: Thu, 19 Jan 2012 15:31:02 -0500\r
37 Message-ID: <87fwfbwi2h.fsf@jhu.edu>\r
38 MIME-Version: 1.0\r
39 Content-Type: text/plain; charset=us-ascii\r
40 X-BeenThere: notmuch@notmuchmail.org\r
41 X-Mailman-Version: 2.1.13\r
42 Precedence: list\r
43 List-Id: "Use and development of the notmuch mail system."\r
44         <notmuch.notmuchmail.org>\r
45 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
46         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
47 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
48 List-Post: <mailto:notmuch@notmuchmail.org>\r
49 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
50 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
51         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
52 X-List-Received-Date: Thu, 19 Jan 2012 20:30:06 -0000\r
53 \r
54 Hi Tomi,\r
55 \r
56 On Thu, 19 Jan 2012 19:50:38 +0200, Tomi Ollila <tomi.ollila@iki.fi> wrote:\r
57 > Quick comments: "/tmp/notmuch_dtach.socket" is dangerous (and the _ssh).\r
58\r
59 > either\r
60 >         make directory /tmp/notmuch_`id -u`\r
61 >         and chmod it to 0700\r
62 >         and make sure you own it and it has right permissions.\r
63 > or\r
64 >         make directory for these sockets in $HOME and chmod that to 700\r
65 > or\r
66 >         just drop the socket in $HOME/.ssh (which should already be\r
67 >         protected)\r
68 \r
69 Thanks very much for that. I made some quick changes, based on your\r
70 first suggestion above. I'm pretty sure the checks are not in the most\r
71 optimal order, but it seemed worth getting the changes up.\r
72 \r
73 As always, of course, anyone is more than welcome to change and improve\r
74 the version up there. I was mainly changing it just to get my last\r
75 error-ridden version out of circulation.\r
76 \r
77 Thanks again,\r
78 Jesse\r