From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id AE5ED429E25 for ; Sat, 12 Nov 2011 08:14:03 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -2.3 X-Spam-Level: X-Spam-Status: No, score=-2.3 tagged_above=-999 required=5 tests=[RCVD_IN_DNSWL_MED=-2.3] 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 85cdOMYwmiXj for ; Sat, 12 Nov 2011 08:14:03 -0800 (PST) Received: from tempo.its.unb.ca (tempo.its.unb.ca [131.202.1.21]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id DE437431FB6 for ; Sat, 12 Nov 2011 08:14:02 -0800 (PST) Received: from rocinante.cs.unb.ca (modemcable212.143-70-69.static.videotron.ca [69.70.143.212]) (authenticated bits=0) by tempo.its.unb.ca (8.13.8/8.13.8) with ESMTP id pACGDxZ0008352 (version=TLSv1/SSLv3 cipher=AES256-SHA bits=256 verify=NO); Sat, 12 Nov 2011 12:13:59 -0400 Received: from bremner by rocinante.cs.unb.ca with local (Exim 4.76) (envelope-from ) id 1RPGDP-0002Ub-EW; Sat, 12 Nov 2011 11:13:59 -0500 From: David Bremner To: Pieter Praet , Notmuch Mail Subject: Re: [PATCH 6/6] emacs: make `notmuch-search-operate-all' operate on threads, not messages In-Reply-To: <1310313335-4159-7-git-send-email-pieter@praet.org> References: <1310313335-4159-1-git-send-email-pieter@praet.org> <1310313335-4159-7-git-send-email-pieter@praet.org> User-Agent: Notmuch/0.9+57~ge972d75 (http://notmuchmail.org) Emacs/23.3.1 (x86_64-pc-linux-gnu) Date: Sat, 12 Nov 2011 11:13:59 -0500 Message-ID: <87fwht2u9k.fsf@rocinante.cs.unb.ca> 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: Sat, 12 Nov 2011 16:14:03 -0000 On Sun, 10 Jul 2011 17:55:35 +0200, Pieter Praet wrote: > In order to be consistent with `notmuch-search-{add,remove}-tag' ("+"/"-"), > `notmuch-search-operate-all' ("*") should operate on matching threads > instead of matching messages. > As far as I can tell, the follow-up series for the race condition kindof got stalled. Am I right in thinking this bug fix should still be applied? I didn't see any review/feedback on the list. d