From: Danny O'Brien <danny@eff.org>
Date: Mon, 10 Nov 2014 04:47:32 +0000 (-0800)
Subject: Added Adrian Perez' email address completer
X-Git-Url: https://git.cworth.org/git?a=commitdiff_plain;h=f9758ea6720d1f41ebfd5e2390a931256c4954c3;p=notmuch-wiki

Added Adrian Perez' email address completer
---

diff --git a/emacstips.mdwn b/emacstips.mdwn
index c290192..f88635f 100644
--- a/emacstips.mdwn
+++ b/emacstips.mdwn
@@ -402,9 +402,14 @@ available:
     http://commonmeasure.org/~jkr/git/notmuch_addresses.git`) (slower, but
     no compilation required so good for testing the setup)
 
+  * The C-based [notmuch-addrlookup](https://github.com/aperezdc/notmuch-addrlookup-c) by [Adrian Perez](http://perezdecastro.org/), which is faster but needs to be compiled.
+
+        git clone https://github.com/aperezdc/notmuch-addrlookup-c
+        cd notmuch-addrlookup-c
+        make
+        
   * The vala-based
-    [addrlookup](http://github.com/spaetz/vala-notmuch) (faster, but
-    needs compiling).  The addrlookup binary needs to be compiled.
+    [addrlookup](http://github.com/spaetz/vala-notmuch) The addrlookup binary needs to be compiled.
     Grab
     `http://github.com/spaetz/vala-notmuch/raw/static-sources/src/addrlookup.c`
     and build it with: