Re: [notmuch] [PATCH] Allow lone "not" search operators
authorCarl Worth <cworth@cworth.org>
Thu, 19 Nov 2009 00:45:47 +0000 (01:45 +0100)
committerW. Trevor King <wking@tremily.us>
Fri, 7 Nov 2014 17:35:36 +0000 (09:35 -0800)
d7/fb7245f8f46822e7d539a1e442a44ecff02774 [new file with mode: 0644]

diff --git a/d7/fb7245f8f46822e7d539a1e442a44ecff02774 b/d7/fb7245f8f46822e7d539a1e442a44ecff02774
new file mode 100644 (file)
index 0000000..625408f
--- /dev/null
@@ -0,0 +1,52 @@
+Return-Path: <cworth@cworth.org>\r
+X-Original-To: notmuch@notmuchmail.org\r
+Delivered-To: notmuch@notmuchmail.org\r
+Received: from localhost (localhost [127.0.0.1])\r
+       by olra.theworths.org (Postfix) with ESMTP id 57FFB431FC0;\r
+       Wed, 18 Nov 2009 16:46:03 -0800 (PST)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+Received: from olra.theworths.org ([127.0.0.1])\r
+       by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
+       with ESMTP id 5K+ndKzBOXmA; Wed, 18 Nov 2009 16:46:02 -0800 (PST)\r
+Received: from cworth.org (localhost [127.0.0.1])\r
+       by olra.theworths.org (Postfix) with ESMTP id 0D74D431FBC;\r
+       Wed, 18 Nov 2009 16:46:02 -0800 (PST)\r
+From: Carl Worth <cworth@cworth.org>\r
+To: Adrian Perez <aperez@igalia.com>, notmuch@notmuchmail.org\r
+In-Reply-To: <1258589242-4871-1-git-send-email-aperez@igalia.com>\r
+References: <1258589242-4871-1-git-send-email-aperez@igalia.com>\r
+Date: Thu, 19 Nov 2009 01:45:47 +0100\r
+Message-ID: <87skcb5olg.fsf@yoom.home.cworth.org>\r
+MIME-Version: 1.0\r
+Content-Type: text/plain; charset=us-ascii\r
+Subject: Re: [notmuch] [PATCH] Allow lone "not" search operators\r
+X-BeenThere: notmuch@notmuchmail.org\r
+X-Mailman-Version: 2.1.12\r
+Precedence: list\r
+List-Id: "Use and development of the notmuch mail system."\r
+       <notmuch.notmuchmail.org>\r
+List-Unsubscribe: <http://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: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
+       <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
+X-List-Received-Date: Thu, 19 Nov 2009 00:46:03 -0000\r
+\r
+On Thu, 19 Nov 2009 01:07:22 +0100, Adrian Perez <aperez@igalia.com> wrote:\r
+> As suggested by Keith in FLAG_PURE_NOT allows for expressions like:\r
+> \r
+>   notmuch search NOT tag:inbox\r
+\r
+Oh, fantastic! I guess I'd run into enough QueryParser bugs recently\r
+that I was willing to blame it without cause this time.\r
+\r
+And I *thought* I had looked carefully at all the QueryParser tags to\r
+choose all the useful ones, but clearly I missed this one.\r
+\r
+Anyway, thanks for the research and the fix. This is pushed now.\r
+\r
+Happy hacking,\r
+\r
+-Carl\r