exchange

Ruby Exchange lookup script for Mutt

Stephen
As i use mutt at work i had no way to lookup email address for other people. Well now i have with some nasty hacky ruby. I may clean it up etc when i have time but for now it works. Simply add this to your mutt config set query_command = "ruby -W0 {location of below script} '%s'" The -W0 is needed as there is a bug in the curb gem that i am using.