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 262DC431FD5 for ; Sun, 19 Feb 2012 12:50:30 -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 i0DI+JPtVYJI for ; Sun, 19 Feb 2012 12:50:29 -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 BCB20431FC7 for ; Sun, 19 Feb 2012 12:50:25 -0800 (PST) Received: by wibhi8 with SMTP id hi8so3110543wib.26 for ; Sun, 19 Feb 2012 12:50:24 -0800 (PST) Received-SPF: pass (google.com: domain of pieter@praet.org designates 10.180.83.70 as permitted sender) client-ip=10.180.83.70; Authentication-Results: mr.google.com; spf=pass (google.com: domain of pieter@praet.org designates 10.180.83.70 as permitted sender) smtp.mail=pieter@praet.org Received: from mr.google.com ([10.180.83.70]) by 10.180.83.70 with SMTP id o6mr12959808wiy.19.1329684624404 (num_hops = 1); Sun, 19 Feb 2012 12:50:24 -0800 (PST) MIME-Version: 1.0 Received: by 10.180.83.70 with SMTP id o6mr10893738wiy.19.1329684624335; Sun, 19 Feb 2012 12:50:24 -0800 (PST) Received: from localhost (104.218-242-81.adsl-dyn.isp.belgacom.be. [81.242.218.104]) by mx.google.com with ESMTPS id fl2sm29308195wib.4.2012.02.19.12.50.23 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 19 Feb 2012 12:50:24 -0800 (PST) From: Pieter Praet To: David Bremner , Tomi Ollila Subject: [PATCH 2/6] NEWS: sync 'new.ignore' entry with its comment in notmuch-config.c Date: Sun, 19 Feb 2012 21:47:52 +0100 Message-Id: <1329684476-9596-3-git-send-email-pieter@praet.org> X-Mailer: git-send-email 1.7.8.1 In-Reply-To: <1329684476-9596-1-git-send-email-pieter@praet.org> References: <8739a93beq.fsf@zancas.localnet> <1329684476-9596-1-git-send-email-pieter@praet.org> X-Gm-Message-State: ALoCoQkL/MptzUqdT4HmhWXwUMTIVxd+7qcybbsKr3+WgSDalUYQa/Aq6C4l/OQnxXDYLgHxIeXE 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: Sun, 19 Feb 2012 20:50:30 -0000 See previous commit. --- NEWS | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/NEWS b/NEWS index e9abb86..833ab5f 100644 --- a/NEWS +++ b/NEWS @@ -35,6 +35,9 @@ Mail store folder/file ignore ;-separated list of file and directory names that will not be searched for messages by "notmuch new". + NOTE: *Every* file/directory that goes by one of those names will + be ignored, independent of its depth/location in the mail store. + Emacs Interface --------------- -- 1.7.8.1