Return-Path: X-Original-To: notmuch@notmuchmail.org Delivered-To: notmuch@notmuchmail.org Received: from localhost (localhost [127.0.0.1]) by arlo.cworth.org (Postfix) with ESMTP id EAFE56DE0943 for ; Wed, 19 Aug 2015 23:23:11 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at cworth.org X-Spam-Flag: NO X-Spam-Score: 0.49 X-Spam-Level: X-Spam-Status: No, score=0.49 tagged_above=-999 required=5 tests=[AWL=-0.254, URIBL_SBL=0.644, URIBL_SBL_A=0.1] 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 Sw1BbmEaICev for ; Wed, 19 Aug 2015 23:23:10 -0700 (PDT) Received: from gitolite.debian.net (gitolite.debian.net [87.98.215.224]) by arlo.cworth.org (Postfix) with ESMTPS id 181A96DE01F5 for ; Wed, 19 Aug 2015 23:23:10 -0700 (PDT) Received: from remotemail by gitolite.debian.net with local (Exim 4.80) (envelope-from ) id 1ZSJFF-0000xj-BL; Thu, 20 Aug 2015 06:22:37 +0000 Received: (nullmailer pid 31675 invoked by uid 1000); Thu, 20 Aug 2015 06:22:27 -0000 From: David Bremner To: notmuch@notmuchmail.org Subject: Re: [PATCH 5/5] lib: Add "lastmod:" queries for filtering by last modification In-Reply-To: <1439570878-15165-6-git-send-email-david@tethera.net> References: <1439570878-15165-1-git-send-email-david@tethera.net> <1439570878-15165-6-git-send-email-david@tethera.net> User-Agent: Notmuch/0.20.2 (http://notmuchmail.org) Emacs/24.5.1 (x86_64-pc-linux-gnu) Date: Thu, 20 Aug 2015 08:22:27 +0200 Message-ID: <878u96pjh8.fsf@maritornes.cs.unb.ca> MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.18 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, 20 Aug 2015 06:23:12 -0000 David Bremner writes: > From: Austin Clements > > The implementation is essentially the same as the date range search > prior to Jani's fancy date parser. pushed the series. Those of you running master be prepared for a database update next time you run notmuch new. This particular update is relatively fast, it took about a minute for my 380k messages (on SSD). d