Skip to content

A mutt <-> google contacts address book written in Ruby

Notifications You must be signed in to change notification settings

malclocke/rubook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

Rubook

Rubook allows you to work with Google Contacts from Mutt.

Install

git clone git://github.com/malclocke/rubook.git
gem install gdata mail
cp sample_rubook.yml ~/.rubook.yml

Add the following to your ~/.muttrc

set query_command="/path/to/rubook '%s'"
macro index a |'/path/to/rubook add'\n
macro pager a |'/path/to/rubook add'\n

You should now be able to type part of an address or name into the ‘To:’ field when composing a message and have it autocomplete from your Google contacts by typing ctrl+t

In the pager or index view, you can add the sender of the current message to your Google contacts by typing ‘a’.

About

A mutt <-> google contacts address book written in Ruby

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published