New issue 23 by tlvi...@gmail.com: Contacts should be added to the My
Contacts group by default
http://code.google.com/p/goobook/issues/detail?id=23
What steps will reproduce the problem?
1. $ goobook add "Mr Orange" "newa...@sorry.com"
2. $ goobook query orange
What is the expected output? What do you see instead?
I'd expect to see Mr Orange's contact, instead nothing is returned.
What version of the product are you using? On what operating system?
goobook v1.4a2
Please provide any additional information below.
Adding the contact to the "My Contacts" group works.
Comment #1 on issue 23 by h...@furuvik.net: Contacts should be added to the
My Contacts group by default
http://code.google.com/p/goobook/issues/detail?id=23
goobook don't update it's local cache when you add new contact.
This should work
1. $ goobook add "Mr Orange" "newa...@sorry.com"
2, $ goobook reload
3. $ goobook query orange
Does thatj work for you or do I have another problem?
It doesn't seem to, no. In Gmail, I can see the contact is added, but it is
included in the "Other Contacts" group and hence isn't picked up in the
query.
Sorry for a "me too" but this issue pretty much makes goobook not usable
without having to fix this via the gmail interface each time I add a new
contact.
Try adding:
filter_groupless_contacts: no
to your ~/.goobookrc. While it doesn't change the group that is added to,
it does allow you to find your contact with 'goobook query'.
Scott
Comment #5 on issue 23 by h...@furuvik.net: Contacts should be added to the
My Contacts group by default
http://code.google.com/p/goobook/issues/detail?id=23
Fix has now been commited