[PATCH v2 11/14] cli/reply: return internet address list from get header funcs
[notmuch-archives.git] / f9 / 6706b5fedd84300b29822c0458d1d7d20ae64f
1 Return-Path: <dme@fenchurch.hh.sledj.net>\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 8DE7E431FC4\r
6         for <notmuch@notmuchmail.org>; Fri,  5 Sep 2014 05:59:55 -0700 (PDT)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: 0.379\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=0.379 tagged_above=-999 required=5\r
12         tests=[NO_DNS_FOR_FROM=0.379] 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 pYreJCCrttEj for <notmuch@notmuchmail.org>;\r
16         Fri,  5 Sep 2014 05:59:50 -0700 (PDT)\r
17 Received: from fenchurch.hh.sledj.net (disaster-area.hh.sledj.net\r
18         [81.149.164.25])\r
19         by olra.theworths.org (Postfix) with ESMTP id 198E5431FC3\r
20         for <notmuch@notmuchmail.org>; Fri,  5 Sep 2014 05:59:46 -0700 (PDT)\r
21 Received: by fenchurch.hh.sledj.net (Postfix, from userid 501)\r
22         id D87341316556; Fri,  5 Sep 2014 13:59:29 +0100 (BST)\r
23 From: David Edmondson <dme@dme.org>\r
24 To: notmuch@notmuchmail.org\r
25 Subject: [PATCH v1 0/3] Address completion entirely in elisp.\r
26 Date: Fri,  5 Sep 2014 13:59:26 +0100\r
27 Message-Id: <1409921969-65129-1-git-send-email-dme@dme.org>\r
28 X-Mailer: git-send-email 1.8.5.2 (Apple Git-48)\r
29 X-BeenThere: notmuch@notmuchmail.org\r
30 X-Mailman-Version: 2.1.13\r
31 Precedence: list\r
32 List-Id: "Use and development of the notmuch mail system."\r
33         <notmuch.notmuchmail.org>\r
34 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
35         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
36 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
37 List-Post: <mailto:notmuch@notmuchmail.org>\r
38 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
39 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
40         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
41 X-List-Received-Date: Fri, 05 Sep 2014 12:59:56 -0000\r
42 \r
43 \r
44 Address completion entirely in elisp.\r
45 \r
46 I grew frustrated with having to use an external command to provide\r
47 address completion, as they all had annoyances (up front scanning,\r
48 requiring python bindings, etc.). This is an attempt to provide\r
49 something similar to jkr's notmuch-addresses.py (which I was\r
50 previously using) entirely in elisp, relying only on the `notmuch'\r
51 command.\r
52 \r
53 \r
54 David Edmondson (3):\r
55   emacs: Allow query to exclude the entire thread and body.\r
56   emacs: Add `notmuch-user-all-email'.\r
57   emacs: Add an address completer in elisp.\r
58 \r
59  emacs/notmuch-address.el | 49 +++++++++++++++++++++++++++++++++++++++++++-----\r
60  emacs/notmuch-lib.el     |  4 ++++\r
61  emacs/notmuch-query.el   |  7 ++++++-\r
62  3 files changed, 54 insertions(+), 6 deletions(-)\r
63 \r
64 -- \r
65 1.8.5.2 (Apple Git-48)\r
66 \r