From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by arlo.cworth.org (Postfix) with ESMTP id 2D4406DE0E8B for ; Fri, 19 Apr 2019 16:35:36 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at cworth.org X-Spam-Flag: NO X-Spam-Score: -2.699 X-Spam-Level: X-Spam-Status: No, score=-2.699 tagged_above=-999 required=5 tests=[AWL=-0.198, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_MED=-2.3, SPF_PASS=-0.001] autolearn=disabled Received: from arlo.cworth.org ([127.0.0.1]) by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id VcCbNPV_dHKe for ; Fri, 19 Apr 2019 16:35:35 -0700 (PDT) Received: from ra.horus-it.com (ra.horus-it.com [94.130.34.199]) by arlo.cworth.org (Postfix) with ESMTPS id 014E96DE0A7F for ; Fri, 19 Apr 2019 16:35:34 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by ra.horus-it.com (Postfix) with ESMTP id 1891B48C1480; Sat, 20 Apr 2019 01:35:31 +0200 (CEST) X-Virus-Scanned: at horus-it.com From: Ralph Seichter DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monksofcool.net; s=k1; t=1555716926; bh=far0gx5pIrw/lPbanAHisPuhBmFzS8X2jrAEoSQcoJs=; h=From:To:Subject:In-Reply-To:References:Date:Message-ID: Content-Type; b=SMAzFvFuyIkxHSUoZihYJk9VuwSazq5/ffA7MVRlXv+IfJjM7VAuquFOh6DiEYzFs 6qM/lrZMBdVQ6wYG6QXMQLhqwiIr/29UViZ1Tx/DIKad5QsiKvoq5Nr/438r7CPADC YiMuOSEzWs/8ilZ/m3XTTwK6SUiMGEZXxB44Y9ErueAJ22XG/bJJxCFa05eLKJ+4Y7 3l/I5yKL8loaEAg8qiUGy7Jo7thcG/QQyGiEOhaJRCjt/OoHkWz4OeeHpjhaj2qOMk n7D7nymA0EIbiUt87C3phg9+7VVXnLVvO4ZRGmVa/wFEK518u3rFVhW5AGQg3ej9Pn oyLvgyALCF3aw== To: notmuch@notmuchmail.org Subject: Re: Unexpected output of "notmuch new --quiet" In-Reply-To: <871s1yezca.fsf@tethera.net> References: <87imvc5pvg.fsf@ra.horus-it.com> <87bm14gqib.fsf@tethera.net> <87y3471ml9.fsf@ra.horus-it.com> <87d0ljfnlz.fsf@tethera.net> <87ftqfctf0.fsf@ra.horus-it.com> <877ebqg5l6.fsf@tethera.net> <8736mew71i.fsf@ra.horus-it.com> <87zhomurs5.fsf@ra.horus-it.com> <871s1yezca.fsf@tethera.net> Mail-Followup-To: notmuch@notmuchmail.org Date: Sat, 20 Apr 2019 01:35:26 +0200 Message-ID: <87y345h8ld.fsf@ra.horus-it.com> MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.29 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, 19 Apr 2019 23:35:36 -0000 * David Bremner: > So the leading '/' isn't there to match for top level files. That's unexpected, so quite in tune with the thread subject. ;-) > ignore=/(^|/)dovecot[-.]/;/(maildirfolder|subscriptions)$/; I'll try that, thanks. -Ralph