From ed5316a39389a00d4330d00e5dc9f1cb38d92076 Mon Sep 17 00:00:00 2001 From: David Bremner Date: Fri, 18 Jul 2014 06:38:42 +2100 Subject: [PATCH] Re: excluding files from a folder for searches --- 12/a91acf0f9409c4464fcbb7fd2c1cd30e8228f4 | 64 +++++++++++++++++++++++ 1 file changed, 64 insertions(+) create mode 100644 12/a91acf0f9409c4464fcbb7fd2c1cd30e8228f4 diff --git a/12/a91acf0f9409c4464fcbb7fd2c1cd30e8228f4 b/12/a91acf0f9409c4464fcbb7fd2c1cd30e8228f4 new file mode 100644 index 000000000..ed11332af --- /dev/null +++ b/12/a91acf0f9409c4464fcbb7fd2c1cd30e8228f4 @@ -0,0 +1,64 @@ +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 3EFB0431FB6 + for ; Thu, 17 Jul 2014 02:38:50 -0700 (PDT) +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 Q-a9KzjPl4BI for ; + Thu, 17 Jul 2014 02:38:46 -0700 (PDT) +Received: from yantan.tethera.net (yantan.tethera.net [199.188.72.155]) + (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) + (No client certificate requested) + by olra.theworths.org (Postfix) with ESMTPS id 95C93431FAE + for ; Thu, 17 Jul 2014 02:38:46 -0700 (PDT) +Received: from remotemail by yantan.tethera.net with local (Exim 4.80) + (envelope-from ) + id 1X7i9F-0002Iu-Pp; Thu, 17 Jul 2014 06:38:45 -0300 +Received: (nullmailer pid 21696 invoked by uid 1000); Thu, 17 Jul 2014 + 09:38:42 -0000 +From: David Bremner +To: Alan Schmitt +Subject: Re: excluding files from a folder for searches +In-Reply-To: +References: + <87ha2h86gu.fsf@maritornes.cs.unb.ca> + +User-Agent: Notmuch/0.18.1+45~gf47eeac (http://notmuchmail.org) Emacs/24.3.1 + (x86_64-pc-linux-gnu) +Date: Thu, 17 Jul 2014 06:38:42 -0300 +Message-ID: <87k37c72al.fsf@maritornes.cs.unb.ca> +MIME-Version: 1.0 +Content-Type: text/plain +Cc: notmuch@notmuchmail.org +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: Thu, 17 Jul 2014 09:38:50 -0000 + +Alan Schmitt writes: + +> +> By the way, how will notmuch realize that the messages are no longer +> there? Does it still scan the directory when it's in new.ignore? +> + +No, I think you'll have to do something manual like remove the directory +from the ignore list, move the directory out of the way, an re-run +notmuch new. -- 2.26.2