From 663ce48de1fad3bb4b8fbe0f0d15fe3f72cd14cb Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Fri, 16 Mar 2018 21:01:29 +0300 Subject: [PATCH] .muttrc: Use mimedecode instead of mimedecode.py `mimedecode.py` was split into `mimedecode` startup script and `mimedecode` library. --- .muttrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.muttrc b/.muttrc index 8f433ee..797afa7 100644 --- a/.muttrc +++ b/.muttrc @@ -367,7 +367,7 @@ macro pager,attach a \ # Recode base64 to 8bit, html to plain text, mustdie-1251 to koi8-r, etc. macro index,pager \ - m "mimedecode.py | less" \ + m "mimedecode | less" \ "View MIME-decoded message" macro index,pager E \ ":set editor=mimedecode.sh:set editor=vim.sh" \ -- 2.39.2