On Thu, Jul 12 2012, Daniel Bergey wrote: > I hacked together the attached elisp yesterday. It provides bindings to > put sender or recipients into bbdb. (Recipients part needs more > testing.) It also colors the from line green if the sender is in bbdb, > or orange otherwise. When it's been through a bit more testing, I'll > submit at least the first part as a patch. Hey, Daniel. This is really nice! All I had to do was load it in my emacs config after loading notmuch: (require 'notmuch) (load-file "~/.notmuch/bbdb-notmuch.el") It works very well: snarfs contacts like a charm, and, I must say, the coloring of names depending on their status in bbdb is really hot! Nice feature! Thanks so much for this contribution. I would be thrilled if this made it into upstream, maybe with a config to let people turn the sender highlighting on or off. Maybe in the mean time we can put it in contrib? jamie.