]> git.cworth.org Git - notmuch-wiki/commitdiff
Added Adrian Perez' email address completer
authorDanny O'Brien <danny@eff.org>
Mon, 10 Nov 2014 04:47:32 +0000 (20:47 -0800)
committerDanny O'Brien <danny@eff.org>
Mon, 10 Nov 2014 04:47:32 +0000 (20:47 -0800)
emacstips.mdwn

index c290192b7d2e8bd1ebd00f0a253a77d8ff8c9b51..f88635fa3f5477ad4317b3dab20ce931772367b5 100644 (file)
@@ -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: