]> git.phdru.name Git - dotfiles.git/commitdiff
.muttrc: Work around a very strange bug in my `mutt`
authorOleg Broytman <phd@phdru.name>
Fri, 5 Jun 2020 18:20:15 +0000 (21:20 +0300)
committerOleg Broytman <phd@phdru.name>
Fri, 5 Jun 2020 18:20:15 +0000 (21:20 +0300)
In the command line it now requires typing `x` 2 times.

.muttrc

diff --git a/.muttrc b/.muttrc
index 499a9e9a0496775dd6aab943f00a8cfbc20dc599..051a41216ee77fe2a8e921942cf5711f582ced74 100644 (file)
--- a/.muttrc
+++ b/.muttrc
@@ -330,10 +330,10 @@ macro index,pager S \
    "Move current message to inbox"
 
 macro index,pager,attach <Esc>h \
    "Move current message to inbox"
 
 macro index,pager,attach <Esc>h \
-   ":auto_view text/html<Enter>" \
+   ":auto_view texxt/html<Enter>" \
    "View HTML attachments"
 macro index,pager,attach <Esc>H \
    "View HTML attachments"
 macro index,pager,attach <Esc>H \
-   ":unauto_view text/html<Enter>" \
+   ":unauto_view texxt/html<Enter>" \
    "Don't show HTML attachments"
 
 macro index <Esc>s \
    "Don't show HTML attachments"
 
 macro index <Esc>s \