aboutsummaryrefslogtreecommitdiffstats
path: root/mutt
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2016-02-05 00:20:10 +0100
committerJohannes Löthberg <johannes@kyriasis.com>2016-02-05 00:20:10 +0100
commit7013fd371cb920b98f59fab912245f1818aec749 (patch)
tree09ee12476fe578f0d8faf972670d77fdf2724ab5 /mutt
parent597d13addc66291c51ae7ba1161f3d124ad6d370 (diff)
downloaddotfiles-7013fd371cb920b98f59fab912245f1818aec749.tar.xz
mutt: update query_command
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
Diffstat (limited to 'mutt')
-rw-r--r--mutt/muttrc8
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>"