]> git.phdru.name Git - dotfiles.git/commitdiff
.muttrc: change some macros
authorOleg Broytman <phd@phdru.name>
Thu, 7 Apr 2016 04:02:20 +0000 (07:02 +0300)
committerOleg Broytman <phd@phdru.name>
Thu, 7 Apr 2016 04:02:20 +0000 (07:02 +0300)
Fix quotation. Replace command 'r' with '<reply>'.

.muttrc

diff --git a/.muttrc b/.muttrc
index d122b50b440d43c2d5c8e51dab55c927845e8bfe..29cc6f04139e281f279b6bde5f777309f1f1d609 100644 (file)
--- a/.muttrc
+++ b/.muttrc
@@ -293,12 +293,10 @@ macro index,pager <Esc>h ":auto_view text/html<Enter>"
 macro index,pager <Esc>H ":unauto_view text/html<Enter>"
 
 # Pipe spam
-macro index,pager <Esc>s <Enter><exit> \
-   "<pipe-message>spamassassin -d | ~/mail/bin/spamcop.py<Enter> \
-   <next-undeleted>"
+macro index,pager <Esc>s \
+   "<Enter><exit><pipe-message>spamassassin -d | ~/mail/bin/spamcop.py<Enter><next-undeleted>"
 macro index,pager <Esc>z \
-   "<Enter><exit>:set editor='vim -s ~/mail/misc/spamcop.vim'<Enter> \
-   r:set editor=vim.sh<Enter><exit><next-undeleted>"
+   "<Enter><exit>:set editor='vim -s ~/mail/misc/spamcop.vim'<Enter><reply>:set editor=vim.sh<Enter><exit><next-undeleted>"
 
 # Go to main mailboxes
 macro index,pager H <Enter><exit><Home><change-folder>!<Enter>