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 CCAF1431FD0 for ; Wed, 7 Dec 2011 16:24:48 -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 iDFy7x05NlGA for ; Wed, 7 Dec 2011 16:24:46 -0800 (PST) Received: from socrates.hocat.ca (socrates.hocat.ca [76.10.188.53]) by olra.theworths.org (Postfix) with ESMTP id 6A20C431FB6 for ; Wed, 7 Dec 2011 16:24:46 -0800 (PST) Received: from hermes.hocat.ca (hermes.hocat.ca [69.165.170.253]) by socrates.hocat.ca (Postfix) with SMTP id 38E081ADF; Wed, 7 Dec 2011 17:24:44 -0700 (MST) Received: (nullmailer pid 17148 invoked by uid 1000); Thu, 08 Dec 2011 00:24:42 -0000 From: Tom Prince To: David Bremner , tomi.ollila@iki.fi, notmuch@notmuchmail.org Subject: Re: [PATCH 0/3] Configuration file option to exclude files/directories In-Reply-To: <87fwgwndob.fsf@zancas.localnet> References: <1315949524-4948-1-git-send-email-tomi.ollila@iki.fi> <87fwgwndob.fsf@zancas.localnet> User-Agent: Notmuch/0.10.1 (http://notmuchmail.org) Emacs/23.3.3 (x86_64-pc-linux-gnu) Date: Wed, 07 Dec 2011 19:24:42 -0500 Message-ID: <878vmngbat.fsf@hermes.hocat.ca> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii 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, 08 Dec 2011 00:24:48 -0000 On Wed, 07 Dec 2011 19:51:32 -0400, David Bremner wrote: > I could see idea of excluding spam and trash folders from indexing being > useful, but this has been sitting in the list for a few months without > comment. Does that mean no-one but Tomi thinks the functionality is > interesting? Or it just slipped by? A while a go, I had hacked the code to add .git to the list of excluded dirctories, and I have since just moved .git under .notmuch. I think this ability would be useful. Tom