diff options
Diffstat (limited to 'mutt')
-rw-r--r-- | mutt/muttrc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/mutt/muttrc b/mutt/muttrc index 369176a..c8200d8 100644 --- a/mutt/muttrc +++ b/mutt/muttrc @@ -91,10 +91,10 @@ virtual-mailboxes \ "ccna" "notmuch://?query=tag:ccna" \ "all" "notmuch://?query=*" -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 +set query_command="goobook -c \"$XDG_CONFIG_HOME\"/goobook/goobookrc query '%s'" +macro index,pager A "<pipe-message>goobook -c \"$XDG_CONFIG_HOME/goobook/goobookrc\" add<return>" \ + "add the sender address to Google contacts" +bind editor <Tab> complete-query # Sending email macro generic "<Esc>A" ":source \"$XDG_CONFIG_HOME\"/mutt/demize@archlinux.org.muttrc<return>" |