current blog subscriptions

Friday, February 11, 2011

ubuntu 10.10 added goobook for gmail + mutt contact integration

Adding this python script allows me to search my google contacts when composing a new message with mutt.
http://code.google.com/p/goobook/
sudo easy_install -U goobook
sudo easy_install hcs_utils 
~/.netrc
machine google.com
login your@google.email
password secret
added to ~/.muttrc
set query_command="goobook query '%s'"
bind editor <Tab> complete-query

No comments:

Post a Comment