]> git.cworth.org Git - notmuch-wiki/commitdiff
Added nottoomuch-addresses.sh to address completion tools
authorTomi Ollila <tomi.ollila@iki.fi>
Mon, 9 Jan 2012 17:17:06 +0000 (19:17 +0200)
committerTomi Ollila <tomi.ollila@iki.fi>
Mon, 9 Jan 2012 17:17:06 +0000 (19:17 +0200)
emacstips.mdwn

index c384fb61b17161a5b869555188f7088f6a53f3e8..e12036d58afda7ddfda09b4456cd14d103e355b7 100644 (file)
@@ -305,7 +305,7 @@ address autocompletion.
 
 You can also use the notmuch database as a mail address book itself.
 To do this you need a command line tool that outputs likely address
-candidates based on a search string.  There are currently two
+candidates based on a search string.  There are currently three
 available:
 
   * The python tool `notmuch_address.py` (`git clone
@@ -321,7 +321,11 @@ available:
 
                     cc -o addrlookup addrlookup.c `pkg-config --cflags --libs gobject-2.0` -lnotmuch
 
-You can perform tab-completion using either of these programs. Just add the following to your .emacs:
+  * Shell/fgrep/perl combination [nottoomuch-addresses.sh](http://www.iki.fi/too/nottoomuch/nottoomuch-addresses/). 
+    This tools maintains it's own address "database" gathered from email
+    files notmuch knows and search from that "database" is done by fgrep(1).
+
+You can perform tab-completion using any of these programs. Just add the following to your .emacs:
 
     (require 'notmuch-address)
     (setq notmuch-address-command "/path/to/address_fetching_program")