]> git.cworth.org Git - obsolete/notmuch-wiki/commitdiff
Changed it from recommending EUDC to recommending built-in notmuch-address.el
authorJesse Rosenthal <jrosenthal@jhu.edu>
Wed, 11 May 2011 14:55:05 +0000 (10:55 -0400)
committerJesse Rosenthal <jrosenthal@jhu.edu>
Wed, 11 May 2011 14:55:05 +0000 (10:55 -0400)
emacstips.mdwn

index 23ca79900d9ca5e7291e1897aab8dcbb2a27291a..0c609441dd124cfdf46c22459f996b8501cece70 100644 (file)
@@ -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