Re: [PATCH 9/9] add has: query prefix to search for specific properties
authorJameson Graef Rollins <jrollins@finestructure.net>
Sat, 13 Aug 2016 19:00:36 +0000 (12:00 +1700)
committerW. Trevor King <wking@tremily.us>
Sat, 20 Aug 2016 23:22:26 +0000 (16:22 -0700)
bb/1479b53184c669b24598698490a96c5fb7df9b [new file with mode: 0644]

diff --git a/bb/1479b53184c669b24598698490a96c5fb7df9b b/bb/1479b53184c669b24598698490a96c5fb7df9b
new file mode 100644 (file)
index 0000000..d368cf6
--- /dev/null
@@ -0,0 +1,103 @@
+Return-Path: <jrollins@ligo.caltech.edu>\r
+X-Original-To: notmuch@notmuchmail.org\r
+Delivered-To: notmuch@notmuchmail.org\r
+Received: from localhost (localhost [127.0.0.1])\r
+ by arlo.cworth.org (Postfix) with ESMTP id 4D2B56DE408F\r
+ for <notmuch@notmuchmail.org>; Sat, 13 Aug 2016 12:01:51 -0700 (PDT)\r
+X-Virus-Scanned: Debian amavisd-new at cworth.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: -0.796\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=-0.796 tagged_above=-999 required=5 tests=[AWL=0.541,\r
+  HEADER_FROM_DIFFERENT_DOMAINS=0.001, RCVD_IN_DNSWL_MED=-2.3,\r
+ SPF_SOFTFAIL=0.972, T_RP_MATCHES_RCVD=-0.01] autolearn=disabled\r
+Received: from arlo.cworth.org ([127.0.0.1])\r
+ by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024)\r
+ with ESMTP id H_pAyBiaAi_F for <notmuch@notmuchmail.org>;\r
+ Sat, 13 Aug 2016 12:01:43 -0700 (PDT)\r
+Received: from outgoing-mail.its.caltech.edu (outgoing-mail.its.caltech.edu\r
+ [131.215.239.19])\r
+ by arlo.cworth.org (Postfix) with ESMTPS id 2FB026DE3074\r
+ for <notmuch@notmuchmail.org>; Sat, 13 Aug 2016 12:00:47 -0700 (PDT)\r
+Received: from smtp02.caltech.edu (localhost [127.0.0.1])\r
+ by smtp02.caltech.edu (Postfix) with ESMTP id E308F6C2ACD;\r
+ Sat, 13 Aug 2016 12:00:38 -0700 (PDT)\r
+X-Spam-Scanned: at Caltech-IMSS on smtp02.caltech.edu by amavisd-new\r
+Received: from finestructure.net (cpe-172-249-171-63.socal.res.rr.com\r
+ [172.249.171.63])\r
+ (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits))\r
+ (No client certificate requested) (Authenticated sender: jrollins)\r
+ by smtp-server.its.caltech.edu (Postfix) with ESMTPSA id 938966C2891;\r
+ Sat, 13 Aug 2016 12:00:38 -0700 (PDT)\r
+Received: by finestructure.net (Postfix, from userid 1000)\r
+ id 5CC826023B; Sat, 13 Aug 2016 12:00:38 -0700 (PDT)\r
+From: Jameson Graef Rollins <jrollins@finestructure.net>\r
+To: David Bremner <david@tethera.net>, notmuch@notmuchmail.org\r
+Cc: Daniel Kahn Gillmor <dkg@fifthhorseman.net>\r
+Subject: Re: [PATCH 9/9] add has: query prefix to search for specific\r
+ properties\r
+In-Reply-To: <1470491559-3946-10-git-send-email-david@tethera.net>\r
+References: <1470491559-3946-1-git-send-email-david@tethera.net>\r
+ <1470491559-3946-10-git-send-email-david@tethera.net>\r
+User-Agent: Notmuch/0.22.1+72~gbb2cd53 (https://notmuchmail.org) Emacs/24.5.1\r
+ (x86_64-pc-linux-gnu)\r
+Date: Sat, 13 Aug 2016 12:00:36 -0700\r
+Message-ID: <87mvkgije3.fsf@servo.finestructure.net>\r
+MIME-Version: 1.0\r
+Content-Type: multipart/signed; boundary="=-=-=";\r
+ micalg=pgp-sha512; protocol="application/pgp-signature"\r
+X-BeenThere: notmuch@notmuchmail.org\r
+X-Mailman-Version: 2.1.20\r
+Precedence: list\r
+List-Id: "Use and development of the notmuch mail system."\r
+ <notmuch.notmuchmail.org>\r
+List-Unsubscribe: <https://notmuchmail.org/mailman/options/notmuch>,\r
+ <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
+List-Archive: <http://notmuchmail.org/pipermail/notmuch/>\r
+List-Post: <mailto:notmuch@notmuchmail.org>\r
+List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
+List-Subscribe: <https://notmuchmail.org/mailman/listinfo/notmuch>,\r
+ <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
+X-List-Received-Date: Sat, 13 Aug 2016 19:01:51 -0000\r
+\r
+--=-=-=\r
+Content-Type: text/plain\r
+Content-Transfer-Encoding: quoted-printable\r
+\r
+On Sat, Aug 06 2016, David Bremner <david@tethera.net> wrote:\r
+> @@ -217,7 +224,7 @@ exact matches like "tag:inbox"  or **probabilistic**,=\r
+ supporting a more flexible\r
+>=20=20\r
+>=20=20\r
+>  Boolean\r
+> -   **tag:**, **id:**, **thread:**, **folder:**, **path:**\r
+> +   **tag:**, **id:**, **thread:**, **folder:**, **path:**, **has**\r
+>  Probabilistic\r
+>     **from:**, **to:**, **subject:**, **attachment:**, **mimetype:**\r
+\r
+Super minor annoying comment, but I wonder if there's a missing colon in\r
+the above addition:\r
+\r
+> +   **tag:**, **id:**, **thread:**, **folder:**, **path:**, **has:**\r
+\r
+--=-=-=\r
+Content-Type: application/pgp-signature; name="signature.asc"\r
+\r
+-----BEGIN PGP SIGNATURE-----\r
+Version: GnuPG v1\r
+\r
+iQIcBAEBCgAGBQJXr25UAAoJEO00zqvie6q82S4P/2XeXIwDjwvNbh2zCvBaXT2H\r
+Ic14OPyDU+oTa8EOheUqCNDnSKtgwyxEuak/5Cdi3YdR92L/m/Fr3XKxcfcKpxKp\r
+Lbu1fjro6ObeOWlZI1vWmYUpTEI88vH2fz3CMLLm1pkI0xXmpFlb+St20uzFyIM3\r
+oH1IessbnY4zPaW2G6rx4ExVBsUCG8kLZchrC6P2DHnSosUkR3Y4Ow5R9GGKMRy/\r
+Q5T5EO8jXv8z4RoB/iKXUMX6KghYxEb8gENr02Lfgk3rUVQk/pY9KLRAm91XR249\r
+rAQz7CULIqzPIq1ki0h35KMIK1NXCuzfSYOhehUQs9QRKrHZ9yvSGvVj/UvwIcTw\r
+jMk89JF/Q2m/LgDeEqUOjZXPG46qu2+1xyTxniYHpl4LhZeUHULouo02N9UM99Yz\r
+CktKSGJarg31BktvzMWG6HHTKDJ6NZ6Zuq+ciW83RF8qu6AhzbXJaCL2b++eevlp\r
+X2lL321pGuYRblxb50yglLCi2ZN7UwitvVWtVr/9789z15Ed/mCeVWGI6Jev0Xf/\r
+HQcwxTZa/MxlVKcVhXbH0sk7jSQ/dzHY6OFlxVxVY0/av6tTyBghRFjpXNKk3lMk\r
+O04M7CGj9C7WNqo6pDigHBFtrSuYXulO5BfXwnslnzL3KqGrzFCNSxVTxn4/qeiU\r
+0e/LelCtJGCZu6PDL+XM\r
+=ACPK\r
+-----END PGP SIGNATURE-----\r
+--=-=-=--\r