diff options
| author | Tomi Ollila <tomi.ollila@iki.fi> | 2012-01-09 19:17:06 +0200 |
|---|---|---|
| committer | Tomi Ollila <tomi.ollila@iki.fi> | 2012-01-09 19:17:06 +0200 |
| commit | b5ede1bb273765634aa1194f4367534129efc9b2 (patch) | |
| tree | 9d86ba6b96dddfcef3bc27d1e84c2672383089ad | |
| parent | bdb4c3bd6c7be4fd1d83f6346c789061a5e92417 (diff) | |
Added nottoomuch-addresses.sh to address completion tools
| -rw-r--r-- | emacstips.mdwn | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/emacstips.mdwn b/emacstips.mdwn index c384fb6..e12036d 100644 --- a/emacstips.mdwn +++ b/emacstips.mdwn @@ -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") |
