Return-Path: X-Original-To: notmuch@notmuchmail.org Delivered-To: notmuch@notmuchmail.org Received: from localhost (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id DB54440BC9C for ; Tue, 5 Oct 2010 17:02:15 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -2.6 X-Spam-Level: X-Spam-Status: No, score=-2.6 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, RCVD_IN_DNSWL_LOW=-0.7] autolearn=ham Received: from olra.theworths.org ([127.0.0.1]) by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id VA-WpQ0jBBlW for ; Tue, 5 Oct 2010 17:02:05 -0700 (PDT) X-Greylist: delayed 1173 seconds by postgrey-1.32 at olra; Tue, 05 Oct 2010 17:02:05 PDT Received: from tempo.its.unb.ca (tempo.its.unb.ca [131.202.1.21]) by olra.theworths.org (Postfix) with ESMTP id 579E740BDA7 for ; Tue, 5 Oct 2010 17:02:05 -0700 (PDT) Received: from rocinante.cs.unb.ca (fctnnbsc30w-142167186162.pppoe-dynamic.High-Speed.nb.bellaliant.net [142.167.186.162]) (authenticated bits=0) by tempo.its.unb.ca (8.13.8/8.13.8) with ESMTP id o95NgG01009691 (version=TLSv1/SSLv3 cipher=AES256-SHA bits=256 verify=NO); Tue, 5 Oct 2010 20:42:17 -0300 Received: from bremner by rocinante.cs.unb.ca with local (Exim 4.72) (envelope-from ) id 1P3H9E-00015f-GJ; Tue, 05 Oct 2010 20:42:16 -0300 From: David Bremner To: Ethan Glasser-Camp , notmuch@notmuchmail.org Subject: Re: notmuch synchronization In-Reply-To: <4CAB8F24.7060300@cs.rpi.edu> References: <4CAB8F24.7060300@cs.rpi.edu> User-Agent: Notmuch/0.3.1-59-g676d251 (http://notmuchmail.org) Emacs/23.2.1 (x86_64-pc-linux-gnu) Date: Tue, 05 Oct 2010 20:42:16 -0300 Message-ID: <87pqvo6wbr.fsf@rocinante.cs.unb.ca> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: "Use and development of the notmuch mail system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Oct 2010 00:02:16 -0000 On Tue, 05 Oct 2010 16:48:36 -0400, Ethan Glasser-Camp wrote: > - the message at > http://notmuchmail.org/pipermail/notmuch/2010/002957.html starts a > thread about exactly this subject. This seems like the most promising > approach (using unison to sync mail across all machines, and using > notmuch dump and notmuch restore to propagate the tag database), but I'm > a little scared by the note that: > [deleted] I don't know about that particular thread, but a few brave souls (well, maybe just two of us) are using the script at http://pivot.cs.unb.ca/git/?p=notmuch-scripts.git;a=blob_plain;f=scripts/gitmuch It doesn't use unison, but I suppose you could to sync the messages (if you really wanted to). The tags are kept in a git repo and dumped and restored to there. This definitely is too slow sufficiently large mailstores/slow machines, but it works for me with about 120k messages on reasonably current desktops. No one claims this a great solution, but it works now. d