From 8aca462d1b840c7c020f77b4c16d18e96626a751 Mon Sep 17 00:00:00 2001 From: David Bremner Date: Thu, 20 Aug 2015 08:22:27 +0200 Subject: [PATCH] Re: [PATCH 5/5] lib: Add "lastmod:" queries for filtering by last modification --- 03/738eecb0af09d94919e5cb369b65aced2cb142 | 63 +++++++++++++++++++++++ 1 file changed, 63 insertions(+) create mode 100644 03/738eecb0af09d94919e5cb369b65aced2cb142 diff --git a/03/738eecb0af09d94919e5cb369b65aced2cb142 b/03/738eecb0af09d94919e5cb369b65aced2cb142 new file mode 100644 index 000000000..5f6e2be06 --- /dev/null +++ b/03/738eecb0af09d94919e5cb369b65aced2cb142 @@ -0,0 +1,63 @@ +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 -- 2.26.2