Re: [PATCH v4 13/16] add indexopts to notmuch python bindings.
[notmuch-archives.git] / 47 / 8af037a04a4b737af76461cbc7a16ebc86d8be
1 Return-Path: <todd@electricoding.com>\r
2 X-Original-To: notmuch@notmuchmail.org\r
3 Delivered-To: notmuch@notmuchmail.org\r
4 Received: from localhost (localhost [127.0.0.1])\r
5         by olra.theworths.org (Postfix) with ESMTP id EF35F431FD5\r
6         for <notmuch@notmuchmail.org>; Thu, 22 Jan 2015 15:44:27 -0800 (PST)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: 2.438\r
10 X-Spam-Level: **\r
11 X-Spam-Status: No, score=2.438 tagged_above=-999 required=5\r
12         tests=[DNS_FROM_AHBL_RHSBL=2.438] autolearn=disabled\r
13 Received: from olra.theworths.org ([127.0.0.1])\r
14         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
15         with ESMTP id l2RmA-87wX9e for <notmuch@notmuchmail.org>;\r
16         Thu, 22 Jan 2015 15:44:24 -0800 (PST)\r
17 Received: from s75.web-hosting.com (s75.web-hosting.com [198.187.31.9])\r
18         (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))\r
19         (No client certificate requested)\r
20         by olra.theworths.org (Postfix) with ESMTPS id 11039431FBC\r
21         for <notmuch@notmuchmail.org>; Thu, 22 Jan 2015 15:44:24 -0800 (PST)\r
22 Received: from user-69-73-37-128.knology.net ([69.73.37.128]:32799\r
23         helo=localhost.localdomain)\r
24         by server75.web-hosting.com with esmtpsa (UNKNOWN:AES128-SHA256:128)\r
25         (Exim 4.82) (envelope-from <todd@electricoding.com>)\r
26         id 1YERQD-0036iE-C4; Thu, 22 Jan 2015 18:44:21 -0500\r
27 From: Todd <todd@electricoding.com>\r
28 To: notmuch@notmuchmail.org\r
29 Subject: [PATCH v4 0/5] Index the content-type of MIME parts\r
30 Date: Thu, 22 Jan 2015 17:43:35 -0600\r
31 Message-Id: <1421970220-9019-1-git-send-email-todd@electricoding.com>\r
32 X-Mailer: git-send-email 1.9.1\r
33 In-Reply-To: <1420849787-4401-1-git-send-email-todd@electricoding.com>\r
34 References: <1420849787-4401-1-git-send-email-todd@electricoding.com>\r
35 X-AntiAbuse: This header was added to track abuse,\r
36         please include it with any abuse report\r
37 X-AntiAbuse: Primary Hostname - server75.web-hosting.com\r
38 X-AntiAbuse: Original Domain - notmuchmail.org\r
39 X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12]\r
40 X-AntiAbuse: Sender Address Domain - electricoding.com\r
41 X-Get-Message-Sender-Via: server75.web-hosting.com: authenticated_id:\r
42         todd@electricoding.com\r
43 X-Source: \r
44 X-Source-Args: \r
45 X-Source-Dir: \r
46 X-BeenThere: notmuch@notmuchmail.org\r
47 X-Mailman-Version: 2.1.13\r
48 Precedence: list\r
49 List-Id: "Use and development of the notmuch mail system."\r
50         <notmuch.notmuchmail.org>\r
51 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
52         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
53 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
54 List-Post: <mailto:notmuch@notmuchmail.org>\r
55 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
56 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
57         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
58 X-List-Received-Date: Thu, 22 Jan 2015 23:44:28 -0000\r
59 \r
60 I think I've finished incorporating the feedback.  The final\r
61 notmuch-search-terms.rst could use more details, but it should\r
62 probably occur after the recent patch that was posted documenting the\r
63 probablistic indexing/searching has been committed.\r
64 \r
65 Todd (5):\r
66   test: Add failing unit tests for indexed mime types\r
67   Add the NOTMUCH_FEATURE_INDEXED_MIMETYPES database feature\r
68   Add indexing for the mimetype term\r
69   Update completions for Emacs and bash\r
70   Update documentation\r
71 \r
72  NEWS                               | 11 +++++++++++\r
73  completion/notmuch-completion.bash |  2 +-\r
74  doc/man7/notmuch-search-terms.rst  |  6 ++++++\r
75  emacs/notmuch.el                   |  2 +-\r
76  lib/database-private.h             | 15 ++++++++++++---\r
77  lib/database.cc                    | 11 +++++++++--\r
78  lib/index.cc                       | 10 ++++++++++\r
79  test/T190-multipart.sh             | 36 ++++++++++++++++++++++++++++++++++++\r
80  8 files changed, 86 insertions(+), 7 deletions(-)\r
81 \r
82 --\r
83 1.9.1\r