Re: [PATCH v4 01/16] add util/search-path.{c, h} to test for executables in $PATH
[notmuch-archives.git] / 70 / 55a524ff82df8524fce80eae1c5d2569db5243
1 Return-Path: <tassilo@member.fsf.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 9226C431FBC\r
6         for <notmuch@notmuchmail.org>; Sun, 22 Nov 2009 13:01:02 -0800 (PST)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 Received: from olra.theworths.org ([127.0.0.1])\r
9         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
10         with ESMTP id lqFK9ZIBY0+G for <notmuch@notmuchmail.org>;\r
11         Sun, 22 Nov 2009 13:01:01 -0800 (PST)\r
12 X-Greylist: delayed 2171 seconds by postgrey-1.32 at olra;\r
13         Sun, 22 Nov 2009 13:01:01 PST\r
14 Received: from out4.smtp.messagingengine.com (out4.smtp.messagingengine.com\r
15         [66.111.4.28])\r
16         by olra.theworths.org (Postfix) with ESMTP id CA832431FAE\r
17         for <notmuch@notmuchmail.org>; Sun, 22 Nov 2009 13:01:01 -0800 (PST)\r
18 Received: from compute1.internal (compute1.internal [10.202.2.41])\r
19         by gateway1.messagingengine.com (Postfix) with ESMTP id 72D13C11FD;\r
20         Sun, 22 Nov 2009 16:01:01 -0500 (EST)\r
21 Received: from heartbeat2.messagingengine.com ([10.202.2.161])\r
22         by compute1.internal (MEProxy); Sun, 22 Nov 2009 16:01:01 -0500\r
23 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=messagingengine.com;\r
24         h=from:to:cc:subject:references:date:in-reply-to:message-id:mime-version:content-type;  s=smtpout; bh=a8G8NOOIT1vqR/1ZwxHL3R4WvKs=;\r
25         b=AkWsM250QdrKftIa5BIvOL5a08wj2gWqAmcabpMcWUz2p0/J8s6LFLrICPRD5eRNplkBQNxmOMVtr1EYUPW11N4ZA3dLhpkrwNgxjNiwWDyuVXN9s4kMrCnj3bSoueyvhWEPVbpJb/lpmSYKL9Yic81aRvH91Ltt2pjSDWKhlqI=\r
26 X-Sasl-enc: QrcJhOzXo4jhRNXYZ3cj7fK2Cov9AvuWaYS+a+yXUypS 1258923660\r
27 Received: from thinkpad.tsdh.de (p54AF3BEC.dip0.t-ipconnect.de\r
28  [84.175.59.236])       by mail.messagingengine.com (Postfix) with ESMTPA id\r
29  47F44124ED;    Sun, 22 Nov 2009 16:00:59 -0500 (EST)\r
30 From: Tassilo Horn <tassilo@member.fsf.org>\r
31 To: Jed Brown <jed@59A2.org>\r
32 References: <877hti71f4.fsf@thinkpad.tsdh.de> <874oomb81h.fsf@59A2.org>\r
33 Date: Sun, 22 Nov 2009 22:00:58 +0100\r
34 In-Reply-To: <874oomb81h.fsf@59A2.org> (Jed Brown's message of "Sun, 22 Nov\r
35         2009 21:48:10 +0100")\r
36 Message-ID: <873a466zqt.fsf@thinkpad.tsdh.de>\r
37 User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (gnu/linux)\r
38 MIME-Version: 1.0\r
39 Content-Type: text/plain; charset=us-ascii\r
40 Cc: notmuch@notmuchmail.org\r
41 Subject: Re: [notmuch] How to index /var/spool/mail with notmuch\r
42 X-BeenThere: notmuch@notmuchmail.org\r
43 X-Mailman-Version: 2.1.12\r
44 Precedence: list\r
45 List-Id: "Use and development of the notmuch mail system."\r
46         <notmuch.notmuchmail.org>\r
47 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
48         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
49 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
50 List-Post: <mailto:notmuch@notmuchmail.org>\r
51 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
52 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
53         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
54 X-List-Received-Date: Sun, 22 Nov 2009 21:01:02 -0000\r
55 \r
56 Jed Brown <jed@59A2.org> writes:\r
57 \r
58 Hi Jed,\r
59 \r
60 >>   - I run a local IMAP server (dovecot) and access it using Gnus\r
61 >>   - Dovecot stores its mails in /var/spool/mail/ in some one file per\r
62 >>     message format\r
63 >\r
64 > How about\r
65 >\r
66 > $ mkdir -p ~/mail/spool\r
67 > $ ln -s /var/spool/mail/$USER/{cur,new,tmp} ~/mail/spool\r
68 >\r
69 > and point notmuch at ~/mail (or specifically ~/mail/spool).\r
70 \r
71 Brilliant idea.  :-)\r
72 \r
73 Ok, now it's indexing my 63000 mails.  10 minutes to go.\r
74 \r
75 Bye,\r
76 Tassilo\r