[PATCH v1 0/3] Address completion entirely in elisp.
authorDavid Edmondson <dme@dme.org>
Fri, 5 Sep 2014 12:59:26 +0000 (13:59 +0100)
committerW. Trevor King <wking@tremily.us>
Fri, 7 Nov 2014 18:04:26 +0000 (10:04 -0800)
f9/6706b5fedd84300b29822c0458d1d7d20ae64f [new file with mode: 0644]

diff --git a/f9/6706b5fedd84300b29822c0458d1d7d20ae64f b/f9/6706b5fedd84300b29822c0458d1d7d20ae64f
new file mode 100644 (file)
index 0000000..007086a
--- /dev/null
@@ -0,0 +1,66 @@
+Return-Path: <dme@fenchurch.hh.sledj.net>\r
+X-Original-To: notmuch@notmuchmail.org\r
+Delivered-To: notmuch@notmuchmail.org\r
+Received: from localhost (localhost [127.0.0.1])\r
+       by olra.theworths.org (Postfix) with ESMTP id 8DE7E431FC4\r
+       for <notmuch@notmuchmail.org>; Fri,  5 Sep 2014 05:59:55 -0700 (PDT)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: 0.379\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=0.379 tagged_above=-999 required=5\r
+       tests=[NO_DNS_FOR_FROM=0.379] autolearn=disabled\r
+Received: from olra.theworths.org ([127.0.0.1])\r
+       by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
+       with ESMTP id pYreJCCrttEj for <notmuch@notmuchmail.org>;\r
+       Fri,  5 Sep 2014 05:59:50 -0700 (PDT)\r
+Received: from fenchurch.hh.sledj.net (disaster-area.hh.sledj.net\r
+       [81.149.164.25])\r
+       by olra.theworths.org (Postfix) with ESMTP id 198E5431FC3\r
+       for <notmuch@notmuchmail.org>; Fri,  5 Sep 2014 05:59:46 -0700 (PDT)\r
+Received: by fenchurch.hh.sledj.net (Postfix, from userid 501)\r
+       id D87341316556; Fri,  5 Sep 2014 13:59:29 +0100 (BST)\r
+From: David Edmondson <dme@dme.org>\r
+To: notmuch@notmuchmail.org\r
+Subject: [PATCH v1 0/3] Address completion entirely in elisp.\r
+Date: Fri,  5 Sep 2014 13:59:26 +0100\r
+Message-Id: <1409921969-65129-1-git-send-email-dme@dme.org>\r
+X-Mailer: git-send-email 1.8.5.2 (Apple Git-48)\r
+X-BeenThere: notmuch@notmuchmail.org\r
+X-Mailman-Version: 2.1.13\r
+Precedence: list\r
+List-Id: "Use and development of the notmuch mail system."\r
+       <notmuch.notmuchmail.org>\r
+List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
+       <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
+List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
+List-Post: <mailto:notmuch@notmuchmail.org>\r
+List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
+List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
+       <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
+X-List-Received-Date: Fri, 05 Sep 2014 12:59:56 -0000\r
+\r
+\r
+Address completion entirely in elisp.\r
+\r
+I grew frustrated with having to use an external command to provide\r
+address completion, as they all had annoyances (up front scanning,\r
+requiring python bindings, etc.). This is an attempt to provide\r
+something similar to jkr's notmuch-addresses.py (which I was\r
+previously using) entirely in elisp, relying only on the `notmuch'\r
+command.\r
+\r
+\r
+David Edmondson (3):\r
+  emacs: Allow query to exclude the entire thread and body.\r
+  emacs: Add `notmuch-user-all-email'.\r
+  emacs: Add an address completer in elisp.\r
+\r
+ emacs/notmuch-address.el | 49 +++++++++++++++++++++++++++++++++++++++++++-----\r
+ emacs/notmuch-lib.el     |  4 ++++\r
+ emacs/notmuch-query.el   |  7 ++++++-\r
+ 3 files changed, 54 insertions(+), 6 deletions(-)\r
+\r
+-- \r
+1.8.5.2 (Apple Git-48)\r
+\r