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 38DD9431FBD for ; Tue, 2 Mar 2010 07:49:36 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -0.306 X-Spam-Level: X-Spam-Status: No, score=-0.306 tagged_above=-999 required=5 tests=[AWL=-0.307, BAYES_50=0.001] 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 FO4fqRubf0vH for ; Tue, 2 Mar 2010 07:49:35 -0800 (PST) Received: from jameswestby.net (jameswestby.net [89.145.97.141]) by olra.theworths.org (Postfix) with ESMTP id 8D9F8431FAE for ; Tue, 2 Mar 2010 07:49:35 -0800 (PST) Received: from cpc4-aztw22-2-0-cust59.aztw.cable.virginmedia.com ([94.169.116.60] helo=flash) by jameswestby.net with esmtpa (Exim 4.69) (envelope-from ) id 1NmULd-0004or-M1; Tue, 02 Mar 2010 15:49:25 +0000 Received: by flash (Postfix, from userid 1000) id 39C366E5409; Tue, 2 Mar 2010 15:49:20 +0000 (GMT) From: James Westby To: martin f krafft , notmuch@notmuchmail.org In-Reply-To: <20100302154310.GA10695@lapse.rw.madduck.net> References: <87aauqsq25.fsf@aspirouf.lan> <20100302154310.GA10695@lapse.rw.madduck.net> Date: Tue, 02 Mar 2010 15:49:20 +0000 Message-ID: <87wrxuyb9b.fsf@jameswestby.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: Re: [notmuch] an other ready-to-use store option for notmuch : CouchDB 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, 02 Mar 2010 15:49:36 -0000 On Tue, 2 Mar 2010 16:43:10 +0100, martin f krafft wrote: > also sprach Paul R [2010.03.02.1626 +0100]: > > CouchDB databases can be replicated and synced in both directions. > > Conflicts are lazily handled. > > What does this mean? Couch has deterministic conflict resolution between the two sides, so all instances will get the same result without needing a master. You can then ask for the current conflicts to do more in-depth resolution if needed, including prompting the user. Thanks, James