From a3e90b77106a06cfe9fa82871c641181e1215818 Mon Sep 17 00:00:00 2001 From: Austin Clements Date: Fri, 16 Jan 2015 21:19:29 +1900 Subject: [PATCH] Re: [WIP PATCH 4/4] lib: Add "lastmod:" queries for filtering by last modification --- 55/5ca5178bf7c2f6811ff34ff2073b9e996950f8 | 71 +++++++++++++++++++++++ 1 file changed, 71 insertions(+) create mode 100644 55/5ca5178bf7c2f6811ff34ff2073b9e996950f8 diff --git a/55/5ca5178bf7c2f6811ff34ff2073b9e996950f8 b/55/5ca5178bf7c2f6811ff34ff2073b9e996950f8 new file mode 100644 index 000000000..20b0e5a3d --- /dev/null +++ b/55/5ca5178bf7c2f6811ff34ff2073b9e996950f8 @@ -0,0 +1,71 @@ +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 48990431FDA + for ; Thu, 15 Jan 2015 18:19:36 -0800 (PST) +X-Virus-Scanned: Debian amavisd-new at olra.theworths.org +X-Spam-Flag: NO +X-Spam-Score: 0.138 +X-Spam-Level: +X-Spam-Status: No, score=0.138 tagged_above=-999 required=5 + tests=[DNS_FROM_AHBL_RHSBL=2.438, RCVD_IN_DNSWL_MED=-2.3] + 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 NXBkoC20mrln for ; + Thu, 15 Jan 2015 18:19:33 -0800 (PST) +Received: from outgoing.csail.mit.edu (outgoing.csail.mit.edu [128.30.2.149]) + by olra.theworths.org (Postfix) with ESMTP id 1220B431FD9 + for ; Thu, 15 Jan 2015 18:19:33 -0800 (PST) +Received: from [104.131.20.129] (helo=awakeningjr) + by outgoing.csail.mit.edu with esmtpsa (TLS1.0:RSA_AES_128_CBC_SHA1:16) + (Exim 4.72) (envelope-from ) + id 1YBwVW-0006g8-7q; Thu, 15 Jan 2015 21:19:30 -0500 +Received: from amthrax by awakeningjr with local (Exim 4.84) + (envelope-from ) + id 1YBwVV-0000yT-QI; Thu, 15 Jan 2015 21:19:29 -0500 +Date: Thu, 15 Jan 2015 21:19:29 -0500 +From: Austin Clements +To: David Bremner +Subject: Re: [WIP PATCH 4/4] lib: Add "lastmod:" queries for filtering by + last modification +Message-ID: <20150116021929.GI22599@csail.mit.edu> +References: <1413181203-1676-1-git-send-email-aclements@csail.mit.edu> + <1413181203-1676-5-git-send-email-aclements@csail.mit.edu> + <87fvbb4urd.fsf@maritornes.cs.unb.ca> +MIME-Version: 1.0 +Content-Type: text/plain; charset=us-ascii +Content-Disposition: inline +In-Reply-To: <87fvbb4urd.fsf@maritornes.cs.unb.ca> +User-Agent: Mutt/1.5.23 (2014-03-12) +Cc: notmuch@notmuchmail.org +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: Fri, 16 Jan 2015 02:19:36 -0000 + +Quoth David Bremner on Jan 15 at 10:08 pm: +> 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? + +Yes, exactly. And have the CLI abort if the UUID didn't match +(meaning the lastmod values are no longer in the same sequence). + +> d -- 2.26.2