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 D610C431FD0 for ; Sat, 16 Jul 2011 07:26:11 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -0.7 X-Spam-Level: X-Spam-Status: No, score=-0.7 tagged_above=-999 required=5 tests=[RCVD_IN_DNSWL_LOW=-0.7] 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 FYDcNaR++LPL for ; Sat, 16 Jul 2011 07:26:11 -0700 (PDT) Received: from mail-ww0-f45.google.com (mail-ww0-f45.google.com [74.125.82.45]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id 30146431FB6 for ; Sat, 16 Jul 2011 07:26:11 -0700 (PDT) Received: by wwj40 with SMTP id 40so1655423wwj.2 for ; Sat, 16 Jul 2011 07:26:09 -0700 (PDT) Received: by 10.216.231.165 with SMTP id l37mr3766671weq.78.1310826367779; Sat, 16 Jul 2011 07:26:07 -0700 (PDT) Received: from localhost (130.40-242-81.adsl-dyn.isp.belgacom.be [81.242.40.130]) by mx.google.com with ESMTPS id f1sm1295347wed.14.2011.07.16.07.26.06 (version=TLSv1/SSLv3 cipher=OTHER); Sat, 16 Jul 2011 07:26:06 -0700 (PDT) From: Pieter Praet To: Jason Woofenden , Notmuch Mail Subject: Re: bug? notmuch earch doesn't search threads In-Reply-To: <20110716123752.GF27859@compy.jasonwoof.org> References: <20110716123752.GF27859@compy.jasonwoof.org> User-Agent: Notmuch/0.6-60-ga0910f1 (http://notmuchmail.org) Emacs/23.1.50.1 (x86_64-pc-linux-gnu) Date: Sat, 16 Jul 2011 16:26:04 +0200 Message-ID: <87vcv2714z.fsf@praet.org> 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, 16 Jul 2011 14:26:12 -0000 On Sat, 16 Jul 2011 08:37:52 -0400, Jason Woofenden wrote: > I added tag:me to all messages from me. > > Then I added this to my index page: > > tag:notmuch and tag:unread and tag:me > > So my attention could be drawn to threads I'd participated in, > which had new messages. (This list has enough traffic that I won't > always keep up). > > It didn't work though. I assume because no single message has all > those tags. (The ones with tag:me lack tag:unread and maybe > tag:notmuch.) > > If this is not a bug, and you want it to only find messages that > match, and not threads that match, then I make this feature > request: > > I want a way to do the above: to search for threads that have the > tags I'm looking for (but not necessarily all in the same message > within the thread.) That is indeed expected behaviour. Filters can help you out though. Bind this to a key: #+BEGIN_SRC emacs-lisp (lambda() (notmuch-search "tag:notmuch AND tag:unread") (notmuch-search-filter "tag:me")) #+END_SRC > The vim ui is exclusively thread-based, and the notmuch manpage > says it's thread-based... I want thread-based searching! :) > > Thanks, - Jason > > P.S. I submitted (my first) 6 patches to this list on Monday, and > have not gotten a reply or seen them merged. Is there something > more I should do, or should I just be patient? The Notmuch project is in the unique position of being the product of Carl's (legimitate) dislike of email (see his talk @ LCA2011 [1]), so it's safe to say patches may take some time to pass the gatekeeper. Don't worry, your patience will be rewarded. > _______________________________________________ > notmuch mailing list > notmuch@notmuchmail.org > http://notmuchmail.org/mailman/listinfo/notmuch Peace -- Pieter [1] http://blip.tv/linuxconfau/notmuch-what-email-should-be-4745130