From ec4be18e5010f6dbde1ae068753295056051678a Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Thu, 7 Apr 2016 07:22:01 +0300 Subject: [PATCH] .muttrc: fix a macro: 'n' is not a command 'n' is not a command here but a reply to "Postpone?" question. --- .muttrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.muttrc b/.muttrc index 29cc6f0..f5647c0 100644 --- a/.muttrc +++ b/.muttrc @@ -296,7 +296,7 @@ macro index,pager H ":unauto_view text/html" macro index,pager s \ "spamassassin -d | ~/mail/bin/spamcop.py" macro index,pager z \ - ":set editor='vim -s ~/mail/misc/spamcop.vim':set editor=vim.sh" + ":set editor='vim -s ~/mail/misc/spamcop.vim':set editor=vim.shn" # Go to main mailboxes macro index,pager H ! -- 2.39.2