-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathREADME
More file actions
43 lines (29 loc) · 734 Bytes
/
README
File metadata and controls
43 lines (29 loc) · 734 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
About
-------------------
goocaa is a CLI client to Google Contacts API
designed to be used as mutt's 'query_command'.
Build && Install
-------------------
To build goocaa the following libraries are
required:
* libcurl
* glib-2.0
* libxml-2.0
To build goocaa execute:
$ ./waf configure build
and then:
$ sudo ./waf install
to install it.
Configuration
-------------------
Create file ~/.goocaarc with the following contents:
=============
[default]
email = you@gmail.com
passwd = yourpass
=============
Then add the following to your ~/.muttrc:
set query_command = "/usr/local/bin/goocaa %s"
More details on query_command:
http://www.mutt.org/doc/manual/manual-4.html#ss4.5
Roman Bogorodskiy, bogorodskiy@gmail.com