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 14D1D431FC7 for ; Fri, 17 May 2013 12:46:44 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -2.299 X-Spam-Level: X-Spam-Status: No, score=-2.299 tagged_above=-999 required=5 tests=[RCVD_IN_DNSWL_MED=-2.3, UNPARSEABLE_RELAY=0.001] 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 jEXLVJl+OrBJ for ; Fri, 17 May 2013 12:46:35 -0700 (PDT) Received: from userp1040.oracle.com (userp1040.oracle.com [156.151.31.81]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id D092F431FC2 for ; Fri, 17 May 2013 12:46:35 -0700 (PDT) Received: from acsinet22.oracle.com (acsinet22.oracle.com [141.146.126.238]) by userp1040.oracle.com (Sentrion-MTA-4.3.1/Sentrion-MTA-4.3.1) with ESMTP id r4HJkV80027894 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Fri, 17 May 2013 19:46:32 GMT Received: from userz7021.oracle.com (userz7021.oracle.com [156.151.31.85]) by acsinet22.oracle.com (8.14.4+Sun/8.14.4) with ESMTP id r4HJkTdA028504 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=FAIL); Fri, 17 May 2013 19:46:32 GMT Received: from abhmt101.oracle.com (abhmt101.oracle.com [141.146.116.53]) by userz7021.oracle.com (8.14.4+Sun/8.14.4) with ESMTP id r4HJkTHm022500; Fri, 17 May 2013 19:46:29 GMT Received: from vi64-x3-2e-prg06.cz.oracle.com (/10.163.102.127) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Fri, 17 May 2013 12:46:28 -0700 Date: Fri, 17 May 2013 21:46:27 +0200 From: Vladimir Marek To: David Bremner Subject: Re: Re: Joining messages into threads Message-ID: <20130517194627.GB17166@vi64-x3-2e-prg06.cz.oracle.com> References: <20130513091612.GC2036@vi64-x3-2e-prg06.cz.oracle.com> <87fvxlbvhd.fsf@convex-new.cs.unb.ca> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <87fvxlbvhd.fsf@convex-new.cs.unb.ca> User-Agent: Mutt/ (2012-12-30) X-Source-IP: acsinet22.oracle.com [141.146.126.238] Cc: notmuch@notmuchmail.org 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, 17 May 2013 19:46:44 -0000 > > I am getting mails from some automated tools (let's imagine bugzilla for > > example), which concern several specific topics (like bugs). > > Unfortunately those mails are not 'threaded' (don't have In-Reply-To > > header). Once the mails are indexed, is there a way make them threaded? > > I don't think that just editing the mail file and running 'notmuch new' > > would find out. > > Currently there is not a way to force two messages to be (or not to be) > in the same thread in notmuch. Threads are not (explicit) objects in > the database so this complicates things a bit. Ok, good to know! Thank you -- Vlad