From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id BA762429E28 for ; Tue, 20 Dec 2011 07:23:43 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: 0.485 X-Spam-Level: X-Spam-Status: No, score=0.485 tagged_above=-999 required=5 tests=[DATE_IN_PAST_24_48=0.485] autolearn=disabled 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 NlBkym+3rPvp for ; Tue, 20 Dec 2011 07:23:43 -0800 (PST) Received: from socrates.hocat.ca (socrates.hocat.ca [76.10.188.53]) by olra.theworths.org (Postfix) with ESMTP id 2B1A3431FB6 for ; Tue, 20 Dec 2011 07:23:43 -0800 (PST) Received: from me (ares.hocat.ca [76.10.189.33]) by socrates.hocat.ca (Postfix) with SMTP id 2C4732747; Tue, 20 Dec 2011 08:23:42 -0700 (MST) Received: (nullmailer pid 18478 invoked by uid 1000); Sun, 18 Dec 2011 20:18:29 -0000 From: Tom Prince To: Krzysztof Ilowiecki , notmuch@notmuchmail.org Subject: Re: [alot] Introducing myself, asking various questions In-Reply-To: References: User-Agent: Notmuch/0.5-118-gdcdb843 (http://notmuchmail.org) Emacs/23.3.1 (i686-pc-linux-gnu) Date: Sun, 18 Dec 2011 13:18:29 -0700 Message-ID: <87ty4xk50q.fsf@loki.hocat.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: Tue, 20 Dec 2011 15:23:44 -0000 On Sun, 18 Dec 2011 19:59:28 +0100, Krzysztof Ilowiecki wrote: > I understand synchronisation across machines and with IMAP is something > of an issue so far. How bad would it be to use git for that - and for > 'undo'? It would appear some people use git+maildir even instead of > IMAP, but I guess the notmuch's database may be completely > unsuitable... I use git+maildir to sync my mails, and use notmuch dump+restore to sync my tags. But currently, the tag syncing I do manually, mostly when I go out-of-town with my laptop, since it still seems to expensive to do it regularly (>1 day). In particular, I don't sync the notmuch db itself, at all. Tom