From ff623d0bd3810eeaede9e03876b3f2532f55a0c1 Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Thu, 7 Apr 2016 07:02:20 +0300 Subject: [PATCH] .muttrc: change some macros Fix quotation. Replace command 'r' with ''. --- .muttrc | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.muttrc b/.muttrc index d122b50..29cc6f0 100644 --- a/.muttrc +++ b/.muttrc @@ -293,12 +293,10 @@ macro index,pager h ":auto_view text/html" macro index,pager H ":unauto_view text/html" # Pipe spam -macro index,pager s \ - "spamassassin -d | ~/mail/bin/spamcop.py \ - " +macro index,pager s \ + "spamassassin -d | ~/mail/bin/spamcop.py" macro index,pager z \ - ":set editor='vim -s ~/mail/misc/spamcop.vim' \ - r:set editor=vim.sh" + ":set editor='vim -s ~/mail/misc/spamcop.vim':set editor=vim.sh" # Go to main mailboxes macro index,pager H ! -- 2.39.2