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 8CA7A431FB6 for ; Mon, 6 Feb 2012 01:28:26 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: 0 X-Spam-Level: X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none] 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 X+mtQXbwH5IP for ; Mon, 6 Feb 2012 01:28:25 -0800 (PST) Received: from guru.guru-group.fi (guru-group.fi [87.108.86.66]) by olra.theworths.org (Postfix) with ESMTP id 3D9B4431FAF for ; Mon, 6 Feb 2012 01:28:25 -0800 (PST) Received: by guru.guru-group.fi (Postfix, from userid 501) id 917B568057; Mon, 6 Feb 2012 11:28:27 +0200 (EET) From: Tomi Ollila To: notmuch@notmuchmail.org Subject: [PATCH v6 3/3] NEWS: add news section for new.ignore Date: Mon, 6 Feb 2012 11:28:25 +0200 Message-Id: <1328520505-26382-3-git-send-email-tomi.ollila@iki.fi> X-Mailer: git-send-email 1.7.6.1 In-Reply-To: <1328520505-26382-1-git-send-email-tomi.ollila@iki.fi> References: <1315949524-4948-1-git-send-email-tomi.ollila@iki.fi> <1328520505-26382-1-git-send-email-tomi.ollila@iki.fi> Cc: Tomi Ollila 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, 06 Feb 2012 09:28:26 -0000 Added NEWS section 'Mail store folder/file ignore'. --- NEWS | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/NEWS b/NEWS index 5c5b645..59da584 100644 --- a/NEWS +++ b/NEWS @@ -29,6 +29,12 @@ Tag exclusion notmuch config set search.exclude_tags deleted spam +Mail store folder/file ignore + + New configuration option `new.ignore` is used to inform notmuch about + folders and files that are not mail files or contain material that is + not desired to be known by notmuch. + Emacs Interface --------------- -- 1.7.6.5