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 68B07431FBC for ; Fri, 19 Feb 2010 06:28:02 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -1.064 X-Spam-Level: X-Spam-Status: No, score=-1.064 tagged_above=-999 required=5 tests=[AWL=-0.879, BAYES_40=-0.185] 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 84+EGpVhRUoV for ; Fri, 19 Feb 2010 06:28:01 -0800 (PST) Received: from mail-qy0-f171.google.com (mail-qy0-f171.google.com [209.85.221.171]) by olra.theworths.org (Postfix) with ESMTP id 32171431FAE for ; Fri, 19 Feb 2010 06:28:01 -0800 (PST) Received: by qyk1 with SMTP id 1so64261qyk.0 for ; Fri, 19 Feb 2010 06:28:00 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:content-type:cc:subject:from :to:in-reply-to:references:date:message-id:user-agent :content-transfer-encoding; bh=8NwyIBCDgsW49UxrrgJunzB9NchiG66WxIfwcICVXEk=; b=pB8BV6OOEULTR8y+0HMsWVhXjR5Io/fWQdCnLDDMxLP5pomLvbTMrw6Sq2t6Q+2nNt XU21PmVnUFy6Iyr4/tLL1lOcFjI773WBhgcR2MCZwPiVAopCmYBrhJG7//rCBXueWBic tG3e+5MFBAqNv6+e+988mJxkRjkv/14E9MxYk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=content-type:cc:subject:from:to:in-reply-to:references:date :message-id:user-agent:content-transfer-encoding; b=da2XDNhy8E8AJYfmAbQLiBwe1GsH/PgezD0tjhiTTyTgpRC+viTjUjCEk4Kj/bbU6e 7V9MspS4VhOBloYnfSeDtB9hk+bYIztUHA7KhxdTGBX7h/YbSBmT2WzOVtolrTqxS4RO pUL2YmyUQyLs8DYfgp3SlCzBM/ZbR4HYC5syE= Received: by 10.229.112.2 with SMTP id u2mr364005qcp.0.1266589680735; Fri, 19 Feb 2010 06:28:00 -0800 (PST) Received: from localhost (pool-96-236-125-203.spfdma.east.verizon.net [96.236.125.203]) by mx.google.com with ESMTPS id 4sm602092qwe.53.2010.02.19.06.27.58 (version=TLSv1/SSLv3 cipher=RC4-MD5); Fri, 19 Feb 2010 06:27:59 -0800 (PST) Content-Type: text/plain; charset=UTF-8 From: Ben Gamari To: Michal Sojka In-reply-to: <87r5ohimct.fsf@steelpick.localdomain> References: <20100217235211.GC2628@lapse.rw.madduck.net> <1266453115-sup-7880@ben-laptop> <20100218015847.GB3480@lapse.rw.madduck.net> <1266459453-sup-7234@ben-laptop> <20100218024802.GA795@lapse.rw.madduck.net> <1266463007-sup-8777@ben-laptop> <20100218034613.GD1991@lapse.rw.madduck.net> <1266467977-sup-3504@ben-laptop> <20100218045943.GA6152@lapse.rw.madduck.net> <1266469478-sup-2095@ben-laptop> <20100219003115.GB25162@lapse.rw.madduck.net> <87r5ohimct.fsf@steelpick.localdomain> Date: Fri, 19 Feb 2010 09:27:57 -0500 Message-Id: <1266589529-sup-5075@ben-laptop> User-Agent: Sup/git Content-Transfer-Encoding: 8bit Cc: martin f krafft , notmuch Subject: Re: [notmuch] nested tag trees (was: Mail in git) 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: Fri, 19 Feb 2010 14:28:02 -0000 Excerpts from Michal Sojka's message of Fri Feb 19 04:52:18 -0500 2010: > Why do you want to store tag-to-message mapping in git? This is IMHO > perfectly solved by Xapian so storing message-to-tag mapping would be > sufficient, wouldn't it? > In my case, I would like to keep the entire state of my mail store synchronized between multiple machines. This includes both messages and metadata alike. It seems clear that Xapian would still be necessary for querying in reaonable time, but I feel like tag storage itself should have support beyond just the indexer. - Ben