X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=.muttrc;h=29cc6f04139e281f279b6bde5f777309f1f1d609;hb=ff623d0bd3810eeaede9e03876b3f2532f55a0c1;hp=14649aaa2f5c8a29a5911604d469e40e4ee6dac3;hpb=74481cf01ceef14b545d176bd0b7fc84ba12a7ce;p=dotfiles.git diff --git a/.muttrc b/.muttrc index 14649aa..29cc6f0 100644 --- a/.muttrc +++ b/.muttrc @@ -293,16 +293,14 @@ 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 ! -macro index,pager m =sent-mail +macro index,pager H ! +macro index,pager M =sent-mail # Go to python mailbox macro index,pager Y =lists/python @@ -312,7 +310,7 @@ macro index,pager A =stcnet macro index,pager a =sent-stcnet # Recode base64 to 8bit, html to plain text, mustdie-1251 to koi8-r, etc. -macro index,pager M "mimedecode.py | less" +macro index,pager m "mimedecode.py | less" macro index,pager E \ ":set editor=mimedecode.sh:set editor=vim.sh"