From: David Bremner Date: Thu, 15 Jan 2015 21:08:22 +0000 (+0100) Subject: Re: [WIP PATCH 4/4] lib: Add "lastmod:" queries for filtering by last modification X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=7155e875b6c845ddf8c9ed2bf59ba8bb134cf9ae;p=notmuch-archives.git Re: [WIP PATCH 4/4] lib: Add "lastmod:" queries for filtering by last modification --- diff --git a/0d/3cfac8da6da2520b10a4eece570e79e1aa48f1 b/0d/3cfac8da6da2520b10a4eece570e79e1aa48f1 new file mode 100644 index 000000000..7cb9d8985 --- /dev/null +++ b/0d/3cfac8da6da2520b10a4eece570e79e1aa48f1 @@ -0,0 +1,64 @@ +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 931DF431FD5 + for ; Thu, 15 Jan 2015 13:08:35 -0800 (PST) +X-Virus-Scanned: Debian amavisd-new at olra.theworths.org +X-Spam-Flag: NO +X-Spam-Score: 2.438 +X-Spam-Level: ** +X-Spam-Status: No, score=2.438 tagged_above=-999 required=5 + tests=[DNS_FROM_AHBL_RHSBL=2.438] 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 zTMhVl81soG4 for ; + Thu, 15 Jan 2015 13:08:32 -0800 (PST) +Received: from yantan.tethera.net (yantan.tethera.net [199.188.72.155]) + (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) + (No client certificate requested) + by olra.theworths.org (Postfix) with ESMTPS id 6B477431FBC + for ; Thu, 15 Jan 2015 13:08:32 -0800 (PST) +Received: from remotemail by yantan.tethera.net with local (Exim 4.80) + (envelope-from ) + id 1YBreW-0000tl-5Y; Thu, 15 Jan 2015 17:08:28 -0400 +Received: (nullmailer pid 15159 invoked by uid 1000); Thu, 15 Jan 2015 + 21:08:22 -0000 +From: David Bremner +To: Austin Clements , notmuch@notmuchmail.org +Subject: Re: [WIP PATCH 4/4] lib: Add "lastmod:" queries for filtering by + last modification +In-Reply-To: <1413181203-1676-5-git-send-email-aclements@csail.mit.edu> +References: <1413181203-1676-1-git-send-email-aclements@csail.mit.edu> + <1413181203-1676-5-git-send-email-aclements@csail.mit.edu> +User-Agent: Notmuch/0.19+21~gfabde93 (http://notmuchmail.org) Emacs/24.4.1 + (x86_64-pc-linux-gnu) +Date: Thu, 15 Jan 2015 22:08:22 +0100 +Message-ID: <87fvbb4urd.fsf@maritornes.cs.unb.ca> +MIME-Version: 1.0 +Content-Type: text/plain +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: Thu, 15 Jan 2015 21:08:35 -0000 + +Austin Clements writes: + +> From: Austin Clements +> +> XXX Includes reference to notmuch search --db-revision, which doesn't +> exist. + +What would --db-revision do if it was implimented? Did you want to pass +a UUID in? + +d