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 37F4E429E2A for ; Tue, 28 Jun 2011 06:44:13 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -0.799 X-Spam-Level: X-Spam-Status: No, score=-0.799 tagged_above=-999 required=5 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FREEMAIL_FROM=0.001, 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 7AKeVjzOyNb5 for ; Tue, 28 Jun 2011 06:44:12 -0700 (PDT) Received: from mail-vw0-f53.google.com (mail-vw0-f53.google.com [209.85.212.53]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id 54AEF431FD0 for ; Tue, 28 Jun 2011 06:44:12 -0700 (PDT) Received: by vws13 with SMTP id 13so153155vws.26 for ; Tue, 28 Jun 2011 06:44:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=from:to:subject:in-reply-to:references:user-agent:date:message-id :mime-version:content-type; bh=1qOHeha0dp/i0raA7xIi6TGyywesZ501LoCaM/5Jz+I=; b=eVoERbfp/O/fZd4QhRrLCG0MTUokMwVYe6FEEUtMnXv8LuAHC7A1fG5AvTiaFdoSJL SjxwB/iWcQuIMZIiipB5mIrOw0byzyRVTZjJ4XmUrB9iMWt0M3e8qYzvSYK41WugwDnv /yiFiGsFyWq3h9mi7kE7YcqnmrDBE1yfq0XwI= Received: by 10.52.72.161 with SMTP id e1mr1427410vdv.195.1309268651499; Tue, 28 Jun 2011 06:44:11 -0700 (PDT) Received: from localhost (gamari.physics.umass.edu [128.119.56.223]) by mx.google.com with ESMTPS id z7sm48410vdg.31.2011.06.28.06.44.09 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 28 Jun 2011 06:44:10 -0700 (PDT) From: Ben Gamari To: Pieter Praet , Carl Worth , ccx@te2000.cz, notmuch@notmuchmail.org Subject: Re: Notmuch scripts In-Reply-To: <87fwmufj2s.fsf@praet.org> References: <20110624112820.GA26201@dorje.inet.te2000> <8762nvccce.fsf@yoom.home.cworth.org> <878vsmd9n5.fsf@gmail.com> <87fwmufj2s.fsf@praet.org> User-Agent: Notmuch/0.5-285-g6cdb5df (http://notmuchmail.org) Emacs/23.2.1 (x86_64-pc-linux-gnu) Date: Tue, 28 Jun 2011 09:44:07 -0400 Message-ID: <87y60m2hqv.fsf@gmail.com> 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: Tue, 28 Jun 2011 13:44:13 -0000 On Tue, 28 Jun 2011 10:36:59 +0200, Pieter Praet wrote: > On Mon, 27 Jun 2011 21:31:26 -0400, Ben Gamari wrote: > > [SNIP] It > > would be nice, however, if the emacs interface supported hiding tags > > matching certain patterns (say /\..+/). > > This should be possible as of last month (eb4e0ea2), > by courtesy of Daniel Schoepe [1]. > Thanks for your note, althought it appears this only appears to apply to the notmuch-hello all-tags list. I was hoping one could hide tag patterns from all lists (or at least search results). This is definitely a good first step, however. Cheers, - Ben