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 17F95429E57 for ; Wed, 29 Feb 2012 10:11:42 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: 0.201 X-Spam-Level: X-Spam-Status: No, score=0.201 tagged_above=-999 required=5 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FREEMAIL_ENVFROM_END_DIGIT=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 5CwP-oAlIQQc for ; Wed, 29 Feb 2012 10:11:40 -0800 (PST) Received: from mail-wi0-f181.google.com (mail-wi0-f181.google.com [209.85.212.181]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id 7A478429E4F for ; Wed, 29 Feb 2012 10:11:37 -0800 (PST) Received: by mail-wi0-f181.google.com with SMTP id hi8so5092473wib.26 for ; Wed, 29 Feb 2012 10:11:37 -0800 (PST) Received-SPF: pass (google.com: domain of markwalters1009@gmail.com designates 10.180.78.130 as permitted sender) client-ip=10.180.78.130; Authentication-Results: mr.google.com; spf=pass (google.com: domain of markwalters1009@gmail.com designates 10.180.78.130 as permitted sender) smtp.mail=markwalters1009@gmail.com; dkim=pass header.i=markwalters1009@gmail.com Received: from mr.google.com ([10.180.78.130]) by 10.180.78.130 with SMTP id b2mr19928169wix.1.1330539097273 (num_hops = 1); Wed, 29 Feb 2012 10:11:37 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=from:to:cc:subject:date:message-id:x-mailer:in-reply-to:references; bh=VtdH1swDDiSrpd4vrpwsxsBzwJkJBH89J0Bx0281YsA=; b=Zu8ho0k+rGAZDxJDf5eh3+OxS0ydf2f0A7V1kUpjiFk+fbYjNpLt7T+yxLZsvxkIPW lRWKF0/CPWPlGkSDe+je/pRExZIfXQxMHkYIqCiEsNfMY4+KKg/GHOLIsEKYZbwLrtud D9pNi/YKk7zL8dMggzxv7GNLdiN46IuwX6uT8= Received: by 10.180.78.130 with SMTP id b2mr15937274wix.1.1330539097238; Wed, 29 Feb 2012 10:11:37 -0800 (PST) Received: from localhost (94-192-233-223.zone6.bethere.co.uk. [94.192.233.223]) by mx.google.com with ESMTPS id fb2sm4289980wid.3.2012.02.29.10.11.36 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 29 Feb 2012 10:11:36 -0800 (PST) From: Mark Walters To: notmuch@notmuchmail.org Subject: [PATCH 2/5] NEWS: revert NEWS item for exclude tags for 0.12 Date: Wed, 29 Feb 2012 18:13:06 +0000 Message-Id: <1330539189-16593-3-git-send-email-markwalters1009@gmail.com> X-Mailer: git-send-email 1.7.2.3 In-Reply-To: <1330539189-16593-1-git-send-email-markwalters1009@gmail.com> References: <1330539189-16593-1-git-send-email-markwalters1009@gmail.com> 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: Wed, 29 Feb 2012 18:11:42 -0000 --- NEWS | 18 ------------------ 1 files changed, 0 insertions(+), 18 deletions(-) diff --git a/NEWS b/NEWS index b2bec04..5fa8043 100644 --- a/NEWS +++ b/NEWS @@ -11,24 +11,6 @@ Reply to sender to all. The feature is available through the new command line option --reply-to=(all|sender). -Tag exclusion - - 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. - - For new configurations, accepting the default setting will cause the - tags "deleted" and "spam" to be excluded, equivalent to running: - - notmuch config set search.exclude_tags deleted spam - Mail store folder/file ignore A new configuration option, `new.ignore`, lets users specify a -- 1.7.2.3