From: Vladimir Marek Date: Fri, 25 Oct 2013 11:59:03 +0000 (+0200) Subject: Re: Re: [PATCH v2] new: Don't scan unchanged directories with no sub-directories X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=9b1076cf3fa3da9ae87fffd83f453b90c58f68b4;p=notmuch-archives.git Re: Re: [PATCH v2] new: Don't scan unchanged directories with no sub-directories --- diff --git a/36/8e31a6f62e7bceda55ed54c150fabc43b88119 b/36/8e31a6f62e7bceda55ed54c150fabc43b88119 new file mode 100644 index 000000000..f847ec578 --- /dev/null +++ b/36/8e31a6f62e7bceda55ed54c150fabc43b88119 @@ -0,0 +1,71 @@ +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 6F2F1431FC2 + for ; Fri, 25 Oct 2013 04:59:29 -0700 (PDT) +X-Virus-Scanned: Debian amavisd-new at olra.theworths.org +X-Spam-Flag: NO +X-Spam-Score: -2.299 +X-Spam-Level: +X-Spam-Status: No, score=-2.299 tagged_above=-999 required=5 + tests=[RCVD_IN_DNSWL_MED=-2.3, UNPARSEABLE_RELAY=0.001] + 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 wgfWvDnuipWp for ; + Fri, 25 Oct 2013 04:59:23 -0700 (PDT) +Received: from aserp1040.oracle.com (aserp1040.oracle.com [141.146.126.69]) + (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) + (No client certificate requested) + by olra.theworths.org (Postfix) with ESMTPS id 3FA77431FB6 + for ; Fri, 25 Oct 2013 04:59:23 -0700 (PDT) +Received: from ucsinet21.oracle.com (ucsinet21.oracle.com [156.151.31.93]) + by aserp1040.oracle.com (Sentrion-MTA-4.3.1/Sentrion-MTA-4.3.1) with + ESMTP id r9PBx867031990 + (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); + Fri, 25 Oct 2013 11:59:09 GMT +Received: from aserz7021.oracle.com (aserz7021.oracle.com [141.146.126.230]) + by ucsinet21.oracle.com (8.14.4+Sun/8.14.4) with ESMTP id + r9PBx6XN016852 + (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); + Fri, 25 Oct 2013 11:59:07 GMT +Received: from abhmt117.oracle.com (abhmt117.oracle.com [141.146.116.69]) + by aserz7021.oracle.com (8.14.4+Sun/8.14.4) with ESMTP id + r9PBx6Kk003675; Fri, 25 Oct 2013 11:59:06 GMT +Received: from virt.cz.oracle.com (/10.163.102.127) + by default (Oracle Beehive Gateway v4.0) + with ESMTP ; Fri, 25 Oct 2013 04:59:05 -0700 +Date: Fri, 25 Oct 2013 13:59:03 +0200 +From: Vladimir Marek +To: Tomi Ollila +Subject: Re: Re: [PATCH v2] new: Don't scan unchanged directories with no + sub-directories +Message-ID: <20131025115903.GB18277@virt.cz.oracle.com> +References: <20131024210837.GH20337@mit.edu> + <1382650739-12438-1-git-send-email-amdragon@mit.edu> + +MIME-Version: 1.0 +Content-Type: text/plain; charset=utf-8 +Content-Disposition: inline +In-Reply-To: +User-Agent: Mutt/1.5.21 (2012-12-30) +X-Source-IP: ucsinet21.oracle.com [156.151.31.93] +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: Fri, 25 Oct 2013 11:59:29 -0000 + +Thank you both for your help! +-- + Vlad