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 2712340DDE4 for ; Tue, 23 Nov 2010 07:47:28 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -1.99 X-Spam-Level: X-Spam-Status: No, score=-1.99 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, RCVD_IN_DNSWL_NONE=-0.0001, T_MIME_NO_TEXT=0.01] autolearn=ham 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 IKcFQbCpbuyo for ; Tue, 23 Nov 2010 07:47:18 -0800 (PST) Received: from homiemail-a76.g.dreamhost.com (caiajhbdcbhh.dreamhost.com [208.97.132.177]) by olra.theworths.org (Postfix) with ESMTP id 117F540DF1D for ; Tue, 23 Nov 2010 07:47:18 -0800 (PST) Received: from homiemail-a76.g.dreamhost.com (localhost [127.0.0.1]) by homiemail-a76.g.dreamhost.com (Postfix) with ESMTP id 4192E458071 for ; Tue, 23 Nov 2010 07:47:17 -0800 (PST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=SSpaeth.de; h=from:to:subject :date:message-id:mime-version:content-type; q=dns; s=sspaeth.de; b=LI9KlKdCw02Zyhz70bMy0quZu8453Vc9VSiFbgSiMF1uHi5bfZg3Aj4ieOY9Z SqYEwNmxIW3b3FxrjmOFx86lsEgIcX7MwIOtwPj6zsOlhW3jmzBFOVeosHX3OlWU d2fBWNP/KMJw2Fz69OfJxOBmA+9Lnl5JUBr1b88+N9c7zI= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=SSpaeth.de; h=from:to :subject:date:message-id:mime-version:content-type; s=sspaeth.de ; bh=i4JjN45hGbfvGmzJhk+60UbIU0s=; b=gQRhEux1JR0LKhiQk1YVCsZZoQn /fMQNefO2QaaJ2/we+Zf+eNyY0iWgjfDOE/XsX/0ekzIsdaE6IhmMQUvA7P/GOdQ Du44c+bPRtwPmmyaAlojpbLOFGcui/5MvbkXc6SbFeur3kgyMjH7aDtHK5LkbEOB QfqIg+vAXXkR02XI= Received: from spaetzbook.sspaeth.de (unknown [84.55.209.24]) (Authenticated sender: fax@sspaeth.de) by homiemail-a76.g.dreamhost.com (Postfix) with ESMTPA id CCC7F45806F for ; Tue, 23 Nov 2010 07:47:15 -0800 (PST) Received: by spaetzbook.sspaeth.de (sSMTP sendmail emulation); Tue, 23 Nov 2010 16:47:14 +0100 From: Sebastian Spaeth To: Notmuch developer list Subject: hint: ignoring threads User-Agent: Notmuch/0.5 (http://notmuchmail.org) Emacs/23.1.1 (x86_64-pc-linux-gnu) Date: Tue, 23 Nov 2010 16:47:13 +0100 Message-ID: <87lj4kavpa.fsf@SSpaeth.de> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha1; protocol="application/pgp-signature" 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, 23 Nov 2010 15:47:28 -0000 --=-=-= I like to ignore annoying threads, but notmuch has not easy way to achieve it, right? Well, it actually has... 1) ok, in notmuch-show I read a message, decide the thread is uninteresting (or annoying) and tag that message as "ignore". 2) Adding "and not tag:ignore in my saved searches doesn't help as there are still messages without tag ignore, so notmuch search will still show the threads. So I run this now after notmuch new: TADAA... notmuch tag +ignore -- not tag:ignore and `notmuch search --output=threads tag:ignore` It seems to work, afterwords all messages in a thread where at least one message was tagges "ignore" will be tagged "ignore" and my saved searches suppress them. Just wanted to share this tidbit as I can imagine plenty of usecases where a similar scheme could be handy. Sebastian --=-=-= Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (GNU/Linux) iEYEARECAAYFAkzr4gEACgkQVYX1jMgnoGIm6gCfeuu7UqSpZe1+di4LV79Lboio kGoAn2DZhygv9G7lPcEvajt+fnc2ohrz =A/tb -----END PGP SIGNATURE----- --=-=-=--