diff options
author | Benjamin Chausse <benjamin@chausse.xyz> | 2021-02-01 16:34:32 -0500 |
---|---|---|
committer | Benjamin Chausse <benjamin@chausse.xyz> | 2021-02-01 16:34:32 -0500 |
commit | 9bf14ced7c55946769fa069a807c093dc0142857 (patch) | |
tree | 084469664813d7db92adf9ce7a9420d7262a114b /.config/mutt/my-configs | |
parent | cd76c4a51ce02817327235fd5f7c872f5fe2a348 (diff) |
Add contacts to Google from mutt
Diffstat (limited to '.config/mutt/my-configs')
-rw-r--r-- | .config/mutt/my-configs | 5 |
1 files changed, 4 insertions, 1 deletions
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 "<pipe-message>goobook add<return>" "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 |