From 9bf14ced7c55946769fa069a807c093dc0142857 Mon Sep 17 00:00:00 2001 From: Benjamin Chausse Date: Mon, 1 Feb 2021 16:34:32 -0500 Subject: Add contacts to Google from mutt --- .config/mutt/my-configs | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.config/mutt/my-configs b/.config/mutt/my-configs index 6bd6f1a..066e9dc 100644 --- a/.config/mutt/my-configs +++ b/.config/mutt/my-configs @@ -3,9 +3,12 @@ # source $HOME/.config/mutt/my-configs # GOOBOOK: -# goobook let's you query google for contact information. +# goobook let's you use google contacts information. # You install it with pip: pip install --user goobook +# Query emails set query_command="goobook query %s" +# Add email to contacts +macro index,pager a "goobook add" "add the sender address to Google contacts" # Note that if you use an old version of mutt-wizard, # you will need to disable abook in it's script: # sed -i "s/^set\squery_command.*$//" /usr/share/mutt-wizard/mutt-wizard.muttrc -- cgit v1.2.3