From: Jesse Rosenthal Date: Wed, 11 May 2011 14:55:05 +0000 (-0400) Subject: Changed it from recommending EUDC to recommending built-in notmuch-address.el X-Git-Url: https://git.cworth.org/git?p=obsolete%2Fnotmuch-wiki;a=commitdiff_plain;h=3ed38feb86365e25c126fbd6009dc47989414790 Changed it from recommending EUDC to recommending built-in notmuch-address.el --- diff --git a/emacstips.mdwn b/emacstips.mdwn index 23ca799..0c60944 100644 --- a/emacstips.mdwn +++ b/emacstips.mdwn @@ -275,10 +275,12 @@ available: cc -o addrlookup addrlookup.c `pkg-config --cflags --libs gobject-2.0` -lnotmuch -EUDC is integrated into emacs and is needed for tab completion of -email addresses. See [this -mail](http://mid.gmane.org/87fx3uflkx.fsf@jhu.edu) -(id:87fx3uflkx.fsf@jhu.edu) for more information. +You can perform tab-completion using either of these programs. Just add the following to your .emacs: + + (require 'notmuch-address) + (setq notmuch-address-command "/path/to/address_fetching_program") + (notmuch-address-message-insinuate) + ## How to sign/encrypt messages with gpg