Contacts
Install goobook:
sudo pip2 install -U goobookI ran into some problems in arch, had to upgrade/reinstall a few deps:
(ノ^ヮ^)ノ*:・゚✧ sudo pip2 install -U pyasn1
(ノ^ヮ^)ノ*:・゚✧ sudo pip2 install -U cryptographygoobook then needs to authenticate with gmail:
goobook authenticateOnce you go through the oauth song and dance you should be able to
run a query
(ノ^ヮ^)ノ*:・゚✧ goobook query tyler
thcipriani@gmail.com Tyler Cipriani other groups: "System Group: Friends"From there, just need to add a bit of magic to the
~/.muttrc file
set query_command="goobook query %s"
macro index,pager a \
"<pipe-message>goobook add<return>" "add sender to google contacts"
bind editor <Tab> complete-queryViewing URLs
Install urlview: ncurses program parses urls out of text.
Create a $HOME/urlview file:
COMMAND xdg-open %s &Bind \,u in the editor:
macro pager ,u "|urlview<enter>" "call urlview to open links"Searching Mail
Searching works really well via notmuch
Afer install, setup via
notmuch setupAfter setup, it's just a matter of calling
notmuch newto index the things
Add a comment (Comment Policy)