From d1ab7cb2d4bd7199e6e425e6356b5b903d00596c Mon Sep 17 00:00:00 2001 From: "martin f. krafft" Date: Tue, 28 Apr 2015 15:04:29 +0200 Subject: [PATCH] fix quoting of attachment edit macro --- .mutt/keybindings | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.mutt/keybindings b/.mutt/keybindings index 844e8b8..c561db9 100644 --- a/.mutt/keybindings +++ b/.mutt/keybindings @@ -80,6 +80,6 @@ macro index,pager \el 'set my_editor="$editor" "unset wait_key~/.mutt/mutt-notmuch --prompt search~/.cache/mutt_results" "search mail (using notmuch)" macro index "unset wait_key~/.mutt/mutt-notmuch thread~/.cache/mutt_resultsset wait_key" "search and reconstruct owning thread (using notmuch)" -macro attach e "set my_mailcap_path="$mailcap_path"set mailcap_path="~/.mutt/mailcap-edit-wrapper"set mailcap_path="$my_mailcap_path"" "edit temporary file of attachment" +macro attach e 'set my_mailcap_path="$mailcap_path"set mailcap_path="~/.mutt/mailcap-edit-wrapper"set mailcap_path="$my_mailcap_path"' "edit temporary file of attachment" # vim:sw=12:noet:sts=12:ts=12:ft=muttrc -- 2.39.2