diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2016-02-05 00:20:10 +0100 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2016-02-05 00:20:10 +0100 |
commit | 7013fd371cb920b98f59fab912245f1818aec749 (patch) | |
tree | 09ee12476fe578f0d8faf972670d77fdf2724ab5 /mutt | |
parent | 597d13addc66291c51ae7ba1161f3d124ad6d370 (diff) | |
download | dotfiles-7013fd371cb920b98f59fab912245f1818aec749.tar.xz |
mutt: update query_command
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
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>" |