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 2BD8C40DBC9 for ; Sun, 14 Nov 2010 14:24:22 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -1.9 X-Spam-Level: X-Spam-Status: No, score=-1.9 tagged_above=-999 required=5 tests=[BAYES_00=-1.9] 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 aFTQ5Zm8Opov for ; Sun, 14 Nov 2010 14:24:11 -0800 (PST) Received: from max.feld.cvut.cz (max.feld.cvut.cz [147.32.192.36]) by olra.theworths.org (Postfix) with ESMTP id C213440DBC8 for ; Sun, 14 Nov 2010 14:24:11 -0800 (PST) Received: from localhost (unknown [192.168.200.4]) by max.feld.cvut.cz (Postfix) with ESMTP id 2CE8919F3342; Sun, 14 Nov 2010 23:24:11 +0100 (CET) X-Virus-Scanned: IMAP AMAVIS Received: from max.feld.cvut.cz ([192.168.200.1]) by localhost (styx.feld.cvut.cz [192.168.200.4]) (amavisd-new, port 10044) with ESMTP id A3-krooLvqXw; Sun, 14 Nov 2010 23:24:09 +0100 (CET) Received: from imap.feld.cvut.cz (imap.feld.cvut.cz [147.32.192.34]) by max.feld.cvut.cz (Postfix) with ESMTP id EA84519F3344; Sun, 14 Nov 2010 23:24:09 +0100 (CET) Received: from steelpick.2x.cz (unknown [213.29.198.144]) (Authenticated sender: sojkam1) by imap.feld.cvut.cz (Postfix) with ESMTPSA id DD171FA004; Sun, 14 Nov 2010 23:24:09 +0100 (CET) Received: from wsh by steelpick.2x.cz with local (Exim 4.72) (envelope-from ) id 1PHkzZ-0002WW-As; Sun, 14 Nov 2010 23:24:09 +0100 From: Michal Sojka To: Daniel Kahn Gillmor , notmuch Subject: Re: splittng threads [was: Re: Combining threads] In-Reply-To: <4CDDF5F3.9040800@fifthhorseman.net> References: <87mxpe81t9.fsf@yoom.home.cworth.org> <4CDDF5F3.9040800@fifthhorseman.net> User-Agent: Notmuch/0.5-11-g48b5e00 (http://notmuchmail.org) Emacs/23.2.1 (x86_64-pc-linux-gnu) Date: Sun, 14 Nov 2010 23:24:09 +0100 Message-ID: <87bp5rr1bq.fsf@steelpick.2x.cz> 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: Sun, 14 Nov 2010 22:24:22 -0000 On Sat, 13 Nov 2010, Daniel Kahn Gillmor wrote: > (hi list -- i'm new here; don't be afraid to explain things to me that > seem obvious to you, or correct my vocabulary if i'm using it wrong) > > On 11/12/2010 08:11 PM, Carl Worth wrote: > > But I suppose it's as simple a matter of creating a new "top-level > > message" term in the database. The split operation would set this > > term. The explicit join operation would clear it, and the implicit join > > operation would have to be made to respect it by avoiding merging any > > top-level messages as a child of some other message. I haven't thought > > through exactly how that would work in the implementation, but hopefully > > it wouldn't be too hard. > > my current understanding is that a not-uncommon use case is to have two > separate notmuch instances, synchronized by syncing maildirs and > tagsets. Would such a thread-split be syncable between two notmuch > instances? It won't be syncable without a special support somewhere in notmuch. -Michal