From 7013fd371cb920b98f59fab912245f1818aec749 Mon Sep 17 00:00:00 2001 From: Johannes Löthberg Date: Fri, 5 Feb 2016 00:20:10 +0100 Subject: mutt: update query_command MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Johannes Löthberg --- mutt/muttrc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'mutt') 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 'goobook -c "$XDG_CONFIG_HOME/goobookrc" add' \ - 'add the sender address to Google contacts' -bind editor complete-query +set query_command="goobook -c \"$XDG_CONFIG_HOME\"/goobook/goobookrc query '%s'" +macro index,pager A "goobook -c \"$XDG_CONFIG_HOME/goobook/goobookrc\" add" \ + "add the sender address to Google contacts" +bind editor complete-query # Sending email macro generic "A" ":source \"$XDG_CONFIG_HOME\"/mutt/demize@archlinux.org.muttrc" -- cgit v1.2.3-54-g00ecf