summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDanny O'Brien <danny@eff.org>2014-11-09 20:47:32 -0800
committerDanny O'Brien <danny@eff.org>2014-11-09 20:47:32 -0800
commitf9758ea6720d1f41ebfd5e2390a931256c4954c3 (patch)
treee43b74b6a5a909219a6018dae7860f765ed056ed
parent066eccd38f279de63578230250632acb9589ece1 (diff)
Added Adrian Perez' email address completer
-rw-r--r--emacstips.mdwn9
1 files changed, 7 insertions, 2 deletions
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: