From: Gaute Hope Date: Thu, 20 Aug 2015 07:11:05 +0000 (+0000) Subject: Re: [PATCH 5/5] lib: Add "lastmod:" queries for filtering by last modification X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=4ed17f2b3ab342676368b26fea34f4c1834860ef;p=notmuch-archives.git Re: [PATCH 5/5] lib: Add "lastmod:" queries for filtering by last modification --- diff --git a/7e/7c3d897d462f6d4a4d8b651bf413a8dd1b9e95 b/7e/7c3d897d462f6d4a4d8b651bf413a8dd1b9e95 new file mode 100644 index 000000000..68b1ebf56 --- /dev/null +++ b/7e/7c3d897d462f6d4a4d8b651bf413a8dd1b9e95 @@ -0,0 +1,90 @@ +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 762116DE0943 + for ; Thu, 20 Aug 2015 00:11:14 -0700 (PDT) +X-Virus-Scanned: Debian amavisd-new at cworth.org +X-Spam-Flag: NO +X-Spam-Score: -0.1 +X-Spam-Level: +X-Spam-Status: No, score=-0.1 tagged_above=-999 required=5 tests=[AWL=-0.124, + RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H3=-0.01, + RCVD_IN_MSPIKE_WL=-0.01, 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 nAtz9TinKciC for ; + Thu, 20 Aug 2015 00:11:11 -0700 (PDT) +Received: from mail-la0-f49.google.com (mail-la0-f49.google.com + [209.85.215.49]) + by arlo.cworth.org (Postfix) with ESMTPS id C57376DE01F5 + for ; Thu, 20 Aug 2015 00:11:10 -0700 (PDT) +Received: by lalv9 with SMTP id v9so16958429lal.0 + for ; Thu, 20 Aug 2015 00:11:08 -0700 (PDT) +X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; + d=1e100.net; s=20130820; + h=x-gm-message-state:date:from:subject:to:references:in-reply-to + :user-agent:message-id:mime-version:content-type + :content-transfer-encoding; + bh=IIx2kcoMRcoAmCpZCnjqOLOYhKeUpX69+/DUCwREq08=; + b=PeiDHv0iDVQsyGO7oQRExhWDXIkN9WVPlRbGjbD0EYe+yULMXHouasCPUGFPlv1V/b + kcFtVdua/QeU1Zh7Eikj5pgrarpE/Cemt9VLkinENbKlls9lR+O0afv4IeCyFFbRnc9J + SHLCzh+a3vexkmy4XdZkaSJtKu2Melfgz+POpl0t7T11ahL/GcgPD85pAJXG+wUZYkR6 + KorzmrUqXT34tAD+4LKDZbGzuwOlumYOmqMpwZyZc/6UVlTlJqvKYzKhVslhhBYyWdbR + CsVWjzqU6oI/voqkDyJJrWi8p7CplNNUfkGpZDUeChjeFnFBZOG1hc/CtXvfePjc5kiO + 3cdA== +X-Gm-Message-State: + ALoCoQmjXLuTPh9M3o3LfyPNkZpbHrj/2/OcJVZrq2T3AuEcj9ezONSpwiGJBTQ4r0WRlF1STxIi +X-Received: by 10.112.92.101 with SMTP id cl5mr1487814lbb.67.1440054667100; + Thu, 20 Aug 2015 00:11:07 -0700 (PDT) +Received: from localhost ([128.39.46.106]) + by smtp.gmail.com with ESMTPSA id ui7sm921383lbb.21.2015.08.20.00.11.05 + (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); + Thu, 20 Aug 2015 00:11:06 -0700 (PDT) +Date: Thu, 20 Aug 2015 07:11:05 +0000 +From: Gaute Hope +Subject: Re: [PATCH 5/5] lib: Add "lastmod:" queries for filtering by last + modification +To: David Bremner , notmuch@notmuchmail.org +References: <1439570878-15165-1-git-send-email-david@tethera.net> + <1439570878-15165-6-git-send-email-david@tethera.net> + <878u96pjh8.fsf@maritornes.cs.unb.ca> +In-Reply-To: <878u96pjh8.fsf@maritornes.cs.unb.ca> +User-Agent: astroid/vv0.4-2-gaa25addd (https://github.com/gauteh/astroid) +Message-Id: <1440054613-astroid-0-cutnkhq8h1-4662@strange> +MIME-Version: 1.0 +Content-Type: text/plain; charset=utf-8; format=flowed +Content-Transfer-Encoding: quoted-printable +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 07:11:14 -0000 + +David Bremner writes on August 20, 2015 8:22: +> David Bremner writes: +>=20 +>> From: Austin Clements +>> +>> The implementation is essentially the same as the date range search +>> prior to Jani's fancy date parser. +>=20 +> 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). +>=20 + +Great! + +-g + +=