From: Todd Date: Thu, 22 Jan 2015 23:43:35 +0000 (+1800) Subject: [PATCH v4 0/5] Index the content-type of MIME parts X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=a12f7f8e4aacc3cc5f89c1ca2378adb16c4112f1;p=notmuch-archives.git [PATCH v4 0/5] Index the content-type of MIME parts --- diff --git a/47/8af037a04a4b737af76461cbc7a16ebc86d8be b/47/8af037a04a4b737af76461cbc7a16ebc86d8be new file mode 100644 index 000000000..899464618 --- /dev/null +++ b/47/8af037a04a4b737af76461cbc7a16ebc86d8be @@ -0,0 +1,83 @@ +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 EF35F431FD5 + for ; Thu, 22 Jan 2015 15:44:27 -0800 (PST) +X-Virus-Scanned: Debian amavisd-new at olra.theworths.org +X-Spam-Flag: NO +X-Spam-Score: 2.438 +X-Spam-Level: ** +X-Spam-Status: No, score=2.438 tagged_above=-999 required=5 + tests=[DNS_FROM_AHBL_RHSBL=2.438] 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 l2RmA-87wX9e for ; + Thu, 22 Jan 2015 15:44:24 -0800 (PST) +Received: from s75.web-hosting.com (s75.web-hosting.com [198.187.31.9]) + (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) + (No client certificate requested) + by olra.theworths.org (Postfix) with ESMTPS id 11039431FBC + for ; Thu, 22 Jan 2015 15:44:24 -0800 (PST) +Received: from user-69-73-37-128.knology.net ([69.73.37.128]:32799 + helo=localhost.localdomain) + by server75.web-hosting.com with esmtpsa (UNKNOWN:AES128-SHA256:128) + (Exim 4.82) (envelope-from ) + id 1YERQD-0036iE-C4; Thu, 22 Jan 2015 18:44:21 -0500 +From: Todd +To: notmuch@notmuchmail.org +Subject: [PATCH v4 0/5] Index the content-type of MIME parts +Date: Thu, 22 Jan 2015 17:43:35 -0600 +Message-Id: <1421970220-9019-1-git-send-email-todd@electricoding.com> +X-Mailer: git-send-email 1.9.1 +In-Reply-To: <1420849787-4401-1-git-send-email-todd@electricoding.com> +References: <1420849787-4401-1-git-send-email-todd@electricoding.com> +X-AntiAbuse: This header was added to track abuse, + please include it with any abuse report +X-AntiAbuse: Primary Hostname - server75.web-hosting.com +X-AntiAbuse: Original Domain - notmuchmail.org +X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] +X-AntiAbuse: Sender Address Domain - electricoding.com +X-Get-Message-Sender-Via: server75.web-hosting.com: authenticated_id: + todd@electricoding.com +X-Source: +X-Source-Args: +X-Source-Dir: +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: Thu, 22 Jan 2015 23:44:28 -0000 + +I think I've finished incorporating the feedback. The final +notmuch-search-terms.rst could use more details, but it should +probably occur after the recent patch that was posted documenting the +probablistic indexing/searching has been committed. + +Todd (5): + test: Add failing unit tests for indexed mime types + Add the NOTMUCH_FEATURE_INDEXED_MIMETYPES database feature + Add indexing for the mimetype term + Update completions for Emacs and bash + Update documentation + + NEWS | 11 +++++++++++ + completion/notmuch-completion.bash | 2 +- + doc/man7/notmuch-search-terms.rst | 6 ++++++ + emacs/notmuch.el | 2 +- + lib/database-private.h | 15 ++++++++++++--- + lib/database.cc | 11 +++++++++-- + lib/index.cc | 10 ++++++++++ + test/T190-multipart.sh | 36 ++++++++++++++++++++++++++++++++++++ + 8 files changed, 86 insertions(+), 7 deletions(-) + +-- +1.9.1