From: Moritz Wilhelmy Date: Wed, 16 Oct 2013 22:19:40 +0000 (+0200) Subject: Support for more search terms? X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=349eee7ebf8036e1a0d734c754629d869f7dd6dd;p=notmuch-archives.git Support for more search terms? --- diff --git a/90/3bf3151b2144b61dbad8f13770d1e8ffba3724 b/90/3bf3151b2144b61dbad8f13770d1e8ffba3724 new file mode 100644 index 000000000..30a967443 --- /dev/null +++ b/90/3bf3151b2144b61dbad8f13770d1e8ffba3724 @@ -0,0 +1,61 @@ +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 324AC431FB6 + for ; Wed, 16 Oct 2013 15:19:52 -0700 (PDT) +X-Virus-Scanned: Debian amavisd-new at olra.theworths.org +X-Spam-Flag: NO +X-Spam-Score: 0 +X-Spam-Level: +X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none] + 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 HURKHgtd8wfw for ; + Wed, 16 Oct 2013 15:19:47 -0700 (PDT) +Received: from furnace.wzff.de (furnace.wzff.de [176.9.216.40]) + (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) + (No client certificate requested) + by olra.theworths.org (Postfix) with ESMTPS id 6071B431FAE + for ; Wed, 16 Oct 2013 15:19:47 -0700 (PDT) +Received: from mw by furnace.wzff.de with local (Exim 4.80.1 (FreeBSD)) + (envelope-from ) id 1VWZRM-000Olm-Jk + for notmuch@notmuchmail.org; Thu, 17 Oct 2013 00:19:40 +0200 +From: Moritz Wilhelmy +To: notmuch@notmuchmail.org +Subject: Support for more search terms? +User-Agent: Notmuch/0.15.2 (http://notmuchmail.org) Emacs/23.3.1 + (amd64-portbld-freebsd9.0) +Date: Thu, 17 Oct 2013 00:19:40 +0200 +Message-ID: +MIME-Version: 1.0 +Content-Type: text/plain; charset=us-ascii +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: Wed, 16 Oct 2013 22:19:52 -0000 + +Hello, + +I've been wondering if it would be trivially possible or desired to add +matching for arbitrary headers to the search terms supported by notmuch. + +Also, what about matching for List-Id? + +(Please note that I currently know nothing about what notmuch actually +indexes and how its index is kept.) + + +Best regards, + +Moritz