Re: [PATCH 9/9] add has: query prefix to search for specific properties
[notmuch-archives.git] / bd / 4ad4f5eca2efe3087f24e5aa128271ab9f8d59
1 Return-Path: <sojkam1@fel.cvut.cz>\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 arlo.cworth.org (Postfix) with ESMTP id AD12A6DE17E3\r
6  for <notmuch@notmuchmail.org>; Mon, 26 Oct 2015 16:30:11 -0700 (PDT)\r
7 X-Virus-Scanned: Debian amavisd-new at cworth.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: -0.594\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-0.594 tagged_above=-999 required=5 tests=[AWL=2.256,\r
12   RCVD_IN_DNSWL_MED=-2.3, RP_MATCHES_RCVD=-0.55] autolearn=disabled\r
13 Received: from arlo.cworth.org ([127.0.0.1])\r
14  by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024)\r
15  with ESMTP id gwOqa9oVqEK6 for <notmuch@notmuchmail.org>;\r
16  Mon, 26 Oct 2015 16:30:09 -0700 (PDT)\r
17 Received: from max.feld.cvut.cz (max.feld.cvut.cz [147.32.192.36])\r
18  by arlo.cworth.org (Postfix) with ESMTP id DD6FA6DE17D7\r
19  for <notmuch@notmuchmail.org>; Mon, 26 Oct 2015 16:30:08 -0700 (PDT)\r
20 Received: from localhost (unknown [192.168.200.7])\r
21  by max.feld.cvut.cz (Postfix) with ESMTP id E4F9A19F4824;\r
22  Tue, 27 Oct 2015 00:23:04 +0100 (CET)\r
23 X-Virus-Scanned: IMAP STYX AMAVIS\r
24 Received: from max.feld.cvut.cz ([192.168.200.1])\r
25  by localhost (styx.feld.cvut.cz [192.168.200.7]) (amavisd-new, port 10044)\r
26  with ESMTP id nsttCuD-1wUK; Tue, 27 Oct 2015 00:23:03 +0100 (CET)\r
27 Received: from imap.feld.cvut.cz (imap.feld.cvut.cz [147.32.192.34])\r
28  by max.feld.cvut.cz (Postfix) with ESMTP id 5F70619F499F;\r
29  Tue, 27 Oct 2015 00:23:02 +0100 (CET)\r
30 Received: from wsh by steelpick.2x.cz with local (Exim 4.86)\r
31  (envelope-from <sojkam1@fel.cvut.cz>)\r
32  id 1Zqr6S-0007aa-Hn; Tue, 27 Oct 2015 00:23:00 +0100\r
33 From: Michal Sojka <sojkam1@fel.cvut.cz>\r
34 To: notmuch@notmuchmail.org\r
35 Subject: [PATCH v8 0/3] elisp + company completion patches\r
36 Date: Tue, 27 Oct 2015 00:22:46 +0100\r
37 Message-Id: <1445901769-29134-1-git-send-email-sojkam1@fel.cvut.cz>\r
38 X-Mailer: git-send-email 2.5.3\r
39 X-BeenThere: notmuch@notmuchmail.org\r
40 X-Mailman-Version: 2.1.20\r
41 Precedence: list\r
42 List-Id: "Use and development of the notmuch mail system."\r
43  <notmuch.notmuchmail.org>\r
44 List-Unsubscribe: <https://notmuchmail.org/mailman/options/notmuch>,\r
45  <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
46 List-Archive: <http://notmuchmail.org/pipermail/notmuch/>\r
47 List-Post: <mailto:notmuch@notmuchmail.org>\r
48 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
49 List-Subscribe: <https://notmuchmail.org/mailman/listinfo/notmuch>,\r
50  <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
51 X-List-Received-Date: Mon, 26 Oct 2015 23:30:11 -0000\r
52 \r
53 Hi David, Mark and others,\r
54 \r
55 thank you for pushing these patches forward. I gave them some testing\r
56 and they work as expected. In this version I addressed the comments to\r
57 v7 including Tomi's request for rewording :) The commit message of 2/3\r
58 was also updated to reflect changes in the code.\r
59 \r
60 Cheers.\r
61 -Michal\r
62 \r
63 David Bremner (1):\r
64   emacs: replace use of notmuch-address-message-insinuate\r
65 \r
66 Michal Sojka (2):\r
67   Emacs: Add address completion mechanism implemented in elisp\r
68   Emacs: Add address completion based on company-mode\r
69 \r
70  emacs/Makefile.local     |   1 +\r
71  emacs/notmuch-address.el | 213 ++++++++++++++++++++++++++++++++++++++---------\r
72  emacs/notmuch-company.el |  86 +++++++++++++++++++\r
73  emacs/notmuch-lib.el     |   3 +\r
74  emacs/notmuch-mua.el     |   4 +-\r
75  5 files changed, 265 insertions(+), 42 deletions(-)\r
76  create mode 100644 emacs/notmuch-company.el\r
77 \r
78 -- \r
79 2.5.3\r
80 \r