diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2014-07-30 23:40:08 +0200 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2014-07-31 00:28:49 +0200 |
commit | bc662bee6a3eb1f243c89d67b91369fee293c2da (patch) | |
tree | f5f531e73e2e45933fda7069ab0cf9d9fb6a9153 /mutt/muttrc | |
parent | d68445303bbb1713c755a16fb5636c50fd2d5497 (diff) | |
download | dotfiles-bc662bee6a3eb1f243c89d67b91369fee293c2da.tar.xz |
add goobookrc
Diffstat (limited to 'mutt/muttrc')
-rw-r--r-- | mutt/muttrc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mutt/muttrc b/mutt/muttrc index 62e18c8..33b2741 100644 --- a/mutt/muttrc +++ b/mutt/muttrc @@ -35,8 +35,8 @@ set mbox = "+archives" set postponed = "+Drafts" mailboxes +Inbox +Sent +Drafts +Trash +archives +arch-dev-public +aur-general +arch-bugs +Spam +Ham -set query_command="goobook query '%s'" -macro index,pager A "<pipe-message>goobook add<return>" "add the sender address to Google contacts" +set query_command='goobook -c "$XDG_CONFIG_HOME/goobookrc" query "%s"' +macro index,pager A "<pipe-message>goobook -c \"$XDG_CONFIG_HOME/goobookrc\" add<return>" "add the sender address to Google contacts" bind editor <Tab> complete-query # Sync email |