Re: [PATCH v4 01/16] add util/search-path.{c, h} to test for executables in $PATH
[notmuch-archives.git] / b8 / 30fe02b30f84b4530e4017a6bb0023758f7077
1 Return-Path: <stewart@flamingspork.com>\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 4A1A7429E43\r
6         for <notmuch@notmuchmail.org>; Wed, 15 Feb 2012 23:53:06 -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: 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 JcA+UvjEmPRS for <notmuch@notmuchmail.org>;\r
16         Wed, 15 Feb 2012 23:53:02 -0800 (PST)\r
17 X-Greylist: delayed 330 seconds by postgrey-1.32 at olra;\r
18         Wed, 15 Feb 2012 23:53:02 PST\r
19 Received: from kaylee.flamingspork.com (kaylee.flamingspork.com\r
20         [74.207.245.61])\r
21         by olra.theworths.org (Postfix) with ESMTP id 983C9429E42\r
22         for <notmuch@notmuchmail.org>; Wed, 15 Feb 2012 23:53:02 -0800 (PST)\r
23 Received: from willster (localhost [127.0.0.1])\r
24         by kaylee.flamingspork.com (Postfix) with ESMTPS id C0E8F6070;\r
25         Thu, 16 Feb 2012 07:44:51 +0000 (UTC)\r
26 Received: by willster (Postfix, from userid 1000)\r
27         id 017453060E62; Thu, 16 Feb 2012 18:47:28 +1100 (EST)\r
28 From: Stewart Smith <stewart@flamingspork.com>\r
29 To: Ethan Glasser-Camp <glasse@cs.rpi.edu>, notmuch@notmuchmail.org\r
30 Subject: Re: [RFC PATCH 00/13] Modular message store code\r
31 In-Reply-To: <1329343326-16410-1-git-send-email-glasse@cs.rpi.edu>\r
32 References: <1329343326-16410-1-git-send-email-glasse@cs.rpi.edu>\r
33 User-Agent: Notmuch/0.11+72~g8ea8292 (http://notmuchmail.org) Emacs/23.3.1\r
34         (x86_64-pc-linux-gnu)\r
35 Date: Thu, 16 Feb 2012 18:47:28 +1100\r
36 Message-ID: <877gznz0bz.fsf@flamingspork.com>\r
37 MIME-Version: 1.0\r
38 Content-Type: text/plain; charset=us-ascii\r
39 X-BeenThere: notmuch@notmuchmail.org\r
40 X-Mailman-Version: 2.1.13\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: <http://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: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
50         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
51 X-List-Received-Date: Thu, 16 Feb 2012 07:53:06 -0000\r
52 \r
53 On Wed, 15 Feb 2012 17:01:53 -0500, Ethan Glasser-Camp <glasse@cs.rpi.edu> wrote:\r
54 > I'm submitting as RFC this patch series, which introduces the idea of\r
55 > a "mailstore", a "class" that defines how to access mail, instead of\r
56 > currently assuming it's always some Maildir-ish hierarchy that\r
57 > contains a bunch of mail.\r
58 \r
59 This is really awesome.\r
60 \r
61 Quite a while ago now I did some experiments on storing my entire\r
62 Maildir inside git packs instead of in maildir. This produced an\r
63 *amazing* saving in disk space used. My idea is to end up with Maildir\r
64 for "current" (as everything delivers into Maildir without a problem)\r
65 and then on a (say) monthly basis, packing all mail into an archive file\r
66 and have notmuch be able to still read it.\r
67 \r
68 you know what... this patch set has re-ignited my interest in making\r
69 that work.\r
70 \r
71 -- \r
72 Stewart Smith\r