From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by arlo.cworth.org (Postfix) with ESMTP id 5AD2A6DE3E4A for ; Sun, 25 Jun 2017 10:14:56 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at cworth.org X-Spam-Flag: NO X-Spam-Score: -0.001 X-Spam-Level: X-Spam-Status: No, score=-0.001 tagged_above=-999 required=5 tests=[AWL=0.010, SPF_PASS=-0.001, T_RP_MATCHES_RCVD=-0.01] autolearn=disabled Received: from arlo.cworth.org ([127.0.0.1]) by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id JvFOO4iy-CpA for ; Sun, 25 Jun 2017 10:14:55 -0700 (PDT) Received: from fethera.tethera.net (fethera.tethera.net [198.245.60.197]) by arlo.cworth.org (Postfix) with ESMTPS id D4A816DE3E42 for ; Sun, 25 Jun 2017 10:14:54 -0700 (PDT) Received: from remotemail by fethera.tethera.net with local (Exim 4.84_2) (envelope-from ) id 1dPB4U-0000jy-4h; Sun, 25 Jun 2017 13:11:38 -0400 Received: (nullmailer pid 23790 invoked by uid 1000); Sun, 25 Jun 2017 17:14:46 -0000 From: David Bremner To: Daniel Kahn Gillmor , Matt Armstrong , Gaute Hope , notmuch@notmuchmail.org, Xu Wang Subject: Re: finding incoming messages in threads in which i've participated [was: Re: find threads where I and Jian participated but not Dave] In-Reply-To: <87efu8t6ia.fsf@fifthhorseman.net> References: <87bmprtqgo.fsf@tethera.net> <87fuf1nnl5.fsf@fifthhorseman.net> <8737b1rojw.fsf@tethera.net> <1497594312.ahjx44w937.astroid@strange.none> <87r2ydgh9t.fsf@fifthhorseman.net> <1498111587.9x086zp6wn.astroid@strange.none> <1498112439.apimm1pnum.astroid@strange.none> <87efu8t6ia.fsf@fifthhorseman.net> Date: Sun, 25 Jun 2017 14:14:46 -0300 Message-ID: <87vank9egp.fsf@tethera.net> MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.23 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, 25 Jun 2017 17:14:56 -0000 Daniel Kahn Gillmor writes: > > For example, would it make sense to have "notmuch new" (and "notmuch > insert") do "thread-based propagation" of specific tags? for example, > consider the following (i've just made up the config options): > > notmuch config set new.from_self_tags participated > notmuch config set new.propagate_thread_tags participated > > the idea is that "new.from_self_tags" would be applied by "notmuch new" or > "notmuch insert" if the message was explicitly from: user.primary_email > or user.other_email. At the moment I'm more inclined to work on "doing things right" by adding xapian documents (database items) for threads. Many of the ideas in this thread amount to working around their absence. OTOH, it's certainly true that this last idea (unlike some of the query ideas) would be relatively straightforward to impliment. d