Re: [RFC PATCH] Re: excessive thread fusing
[notmuch-archives.git] / 0c / 16e1e7f87bbbeb614cbb0c75dcd9701a0c0686
1 Return-Path:\r
2  <return-38na78y6wrihpayyrtsewvtyin@temporary-address.scs.stanford.edu>\r
3 X-Original-To: notmuch@notmuchmail.org\r
4 Delivered-To: notmuch@notmuchmail.org\r
5 Received: from localhost (localhost [127.0.0.1])\r
6         by olra.theworths.org (Postfix) with ESMTP id 1D26141ED76\r
7         for <notmuch@notmuchmail.org>; Fri, 11 Apr 2014 11:02:12 -0700 (PDT)\r
8 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
9 X-Spam-Flag: NO\r
10 X-Spam-Score: -2.3\r
11 X-Spam-Level: \r
12 X-Spam-Status: No, score=-2.3 tagged_above=-999 required=5\r
13         tests=[RCVD_IN_DNSWL_MED=-2.3] autolearn=disabled\r
14 Received: from olra.theworths.org ([127.0.0.1])\r
15         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
16         with ESMTP id JZ-lKtIoGQFE for <notmuch@notmuchmail.org>;\r
17         Fri, 11 Apr 2014 11:02:04 -0700 (PDT)\r
18 Received: from market.scs.stanford.edu (market.scs.stanford.edu [171.66.3.10])\r
19         (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))\r
20         (No client certificate requested)\r
21         by olra.theworths.org (Postfix) with ESMTPS id DCC7241ED71\r
22         for <notmuch@notmuchmail.org>; Fri, 11 Apr 2014 11:02:03 -0700 (PDT)\r
23 Received: from market.scs.stanford.edu (localhost.scs.stanford.edu\r
24  [127.0.0.1])   by market.scs.stanford.edu (8.14.7/8.14.7) with ESMTP id\r
25  s3BI21YI017924;        Fri, 11 Apr 2014 11:02:01 -0700 (PDT)\r
26 Received: (from dm@localhost)\r
27         by market.scs.stanford.edu (8.14.7/8.14.7/Submit) id s3BI218D017688;\r
28         Fri, 11 Apr 2014 11:02:01 -0700 (PDT)\r
29 X-Authentication-Warning: market.scs.stanford.edu: dm set sender to\r
30         return-38na78y6wrihpayyrtsewvtyin@ta.scs.stanford.edu using -f\r
31 From: David Mazieres <dm-list-email-notmuch@scs.stanford.edu>\r
32 To: David Bremner <david@tethera.net>, Brian Sniffen <bsniffen@akamai.com>,\r
33         notmuch@notmuchmail.org\r
34 Subject: Re: Synchronization success stories?\r
35 In-Reply-To: <87d2go5cyr.fsf@zancas.localnet>\r
36 References: <m2r455f270.fsf@usma1mc-0csx92.kendall.corp.akamai.com>\r
37         <87d2go5cyr.fsf@zancas.localnet>\r
38 Date: Fri, 11 Apr 2014 11:02:01 -0700\r
39 Message-ID: <8738hj3fty.fsf@ta.scs.stanford.edu>\r
40 MIME-Version: 1.0\r
41 Content-Type: text/plain\r
42 X-BeenThere: notmuch@notmuchmail.org\r
43 X-Mailman-Version: 2.1.13\r
44 Precedence: list\r
45 Reply-To: David Mazieres expires 2014-07-10 PDT\r
46         <mazieres-tpcbf4ec5tpkktx8p7y7h5uvwi@temporary-address.scs.stanford.edu>\r
47 List-Id: "Use and development of the notmuch mail system."\r
48         <notmuch.notmuchmail.org>\r
49 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
50         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
51 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
52 List-Post: <mailto:notmuch@notmuchmail.org>\r
53 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
54 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
55         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
56 X-List-Received-Date: Fri, 11 Apr 2014 18:02:12 -0000\r
57 \r
58 David Bremner <david@tethera.net> writes:\r
59 \r
60 > Brian Sniffen <bsniffen@akamai.com> writes:\r
61 >\r
62 >> I'm thrilled by using notmuch to manage my mail.  Low-latency search is\r
63 >> very important to me.  But I use computers in a couple of\r
64 >> places---several of which are laptops.  Has anyone stories to share of\r
65 >> successful multi-computer notmuch sync, for a corpus of a\r
66 >> quarter-million messages or so?  \r
67 >\r
68 > I use syncmaildir to sync the actual messages, and a copy of the output\r
69 > of "notmuch dump" in git to sync the metadata.\r
70 >\r
71 > It works OK. A bit slow; depends how often you need to fetch new mail.\r
72 \r
73 If you want to see my solution, it is here:\r
74 \r
75         http://www.scs.stanford.edu/~dm/muchsync-0.tar.gz\r
76 \r
77 I'm a little embarrassed by this code, as I just started to test it a\r
78 week ago then instantly became completely dependent on it.  I will\r
79 probably change the name (from muchsync to syncmuch) and the database\r
80 format before releasing.  But if you feel like beta-testing and giving\r
81 me feedback, have a look.\r
82 \r
83 Beware that if you have been using notmuch dump, you may become\r
84 instantly hooked on my solution...\r
85 \r
86 David\r