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 2401542119C for ; Sun, 22 Jan 2012 20:25:01 -0800 (PST) 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 5hOk2IUxbuSj for ; Sun, 22 Jan 2012 20:25:00 -0800 (PST) Received: from mail-we0-f181.google.com (mail-we0-f181.google.com [74.125.82.181]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id 8AEDB421198 for ; Sun, 22 Jan 2012 20:25:00 -0800 (PST) Received: by mail-we0-f181.google.com with SMTP id b10so2114400wer.26 for ; Sun, 22 Jan 2012 20:25:00 -0800 (PST) MIME-Version: 1.0 Received: by 10.216.133.213 with SMTP id q63mr587785wei.49.1327292700192; Sun, 22 Jan 2012 20:25:00 -0800 (PST) Received: from localhost ([109.131.95.182]) by mx.google.com with ESMTPS id n5sm17934445wiw.7.2012.01.22.20.24.59 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 22 Jan 2012 20:24:59 -0800 (PST) From: Pieter Praet To: Austin Clements Subject: [PATCH v2 6/6] NEWS: update "Tag exclusion" section Date: Mon, 23 Jan 2012 05:22:37 +0100 Message-Id: <1327292557-7701-6-git-send-email-pieter@praet.org> X-Mailer: git-send-email 1.7.8.1 In-Reply-To: <87obtvaw8h.fsf@praet.org> References: <87obtvaw8h.fsf@praet.org> X-Gm-Message-State: ALoCoQmpsxvnK51rhDoTSCfx34VBeeljY72XSqOHLARBwgV3UE8I4/V8P78XSOyI+XJ7dDkWl9YN Cc: Notmuch Mail 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: Mon, 23 Jan 2012 04:25:01 -0000 --- NEWS | 14 ++++++++++---- 1 files changed, 10 insertions(+), 4 deletions(-) diff --git a/NEWS b/NEWS index 2c2d9e9..a0b7929 100644 --- a/NEWS +++ b/NEWS @@ -13,10 +13,16 @@ Reply to sender Tag exclusion - Tags can be automatically excluded from search results unless they - appear explicitly in a query. By default, notmuch excludes the tags - deleted and spam. This can be changed using the new config setting - search.auto_exclude_tags. + Tags can be automatically excluded from search results by adding them + to the new 'search.exclude_tags' option in the Notmuch config file. + + This behaviour can be overridden by explicitly including an excluded + tag in your query, for example: + + notmuch search $your_query and tag:$excluded_tag + + Existing users will probably want to run "notmuch setup" again to add + the new well-commented [search] section to the configuration file. Emacs Interface --------------- -- 1.7.8.1