From 4aedcadb6478d55608cc0c19e8cc5f032e091ac6 Mon Sep 17 00:00:00 2001 From: David Bremner Date: Sun, 14 Aug 2016 08:14:59 +0900 Subject: [PATCH] Re: [PATCH 9/9] add has: query prefix to search for specific properties --- 00/5fdbfd89eb52082192a135463137c153afeed8 | 64 +++++++++++++++++++++++ 1 file changed, 64 insertions(+) create mode 100644 00/5fdbfd89eb52082192a135463137c153afeed8 diff --git a/00/5fdbfd89eb52082192a135463137c153afeed8 b/00/5fdbfd89eb52082192a135463137c153afeed8 new file mode 100644 index 000000000..91fd8f2c9 --- /dev/null +++ b/00/5fdbfd89eb52082192a135463137c153afeed8 @@ -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 arlo.cworth.org (Postfix) with ESMTP id 2F2776DE4C36 + for ; Sat, 13 Aug 2016 16:15:16 -0700 (PDT) +X-Virus-Scanned: Debian amavisd-new at cworth.org +X-Spam-Flag: NO +X-Spam-Score: -0.007 +X-Spam-Level: +X-Spam-Status: No, score=-0.007 tagged_above=-999 required=5 tests=[AWL=0.004, + SPF_PASS=-0.001, T_RP_MATCHES_RCVD=-0.01] 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 MbLhK0zbEy5q for ; + Sat, 13 Aug 2016 16:15:08 -0700 (PDT) +Received: from fethera.tethera.net (fethera.tethera.net [198.245.60.197]) + by arlo.cworth.org (Postfix) with ESMTPS id 4BDE76DE4C41 + for ; Sat, 13 Aug 2016 16:15:08 -0700 (PDT) +Received: from remotemail by fethera.tethera.net with local (Exim 4.84_2) + (envelope-from ) + id 1bYi96-0004FN-EH; Sat, 13 Aug 2016 19:15:16 -0400 +Received: (nullmailer pid 27593 invoked by uid 1000); + Sat, 13 Aug 2016 23:14:59 -0000 +From: David Bremner +To: Jameson Graef Rollins , + notmuch@notmuchmail.org +Cc: Daniel Kahn Gillmor +Subject: Re: [PATCH 9/9] add has: query prefix to search for specific + properties +In-Reply-To: <87mvkgije3.fsf@servo.finestructure.net> +References: <1470491559-3946-1-git-send-email-david@tethera.net> + <1470491559-3946-10-git-send-email-david@tethera.net> + <87mvkgije3.fsf@servo.finestructure.net> +User-Agent: Notmuch/0.22.1+61~g2ce0f13 (https://notmuchmail.org) Emacs/24.5.1 + (x86_64-pc-linux-gnu) +Date: Sun, 14 Aug 2016 08:14:59 +0900 +Message-ID: <878tw05ki4.fsf@maritornes.cs.unb.ca> +MIME-Version: 1.0 +Content-Type: text/plain +X-BeenThere: notmuch@notmuchmail.org +X-Mailman-Version: 2.1.20 +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: Sat, 13 Aug 2016 23:15:16 -0000 + +Jameson Graef Rollins writes: + +> Super minor annoying comment, but I wonder if there's a missing colon in +> the above addition: +> +>> + **tag:**, **id:**, **thread:**, **folder:**, **path:**, **has:** + +annoying, but correct ;). + +d -- 2.26.2