mu4e: fix broken tab navigation in mu4e-view-mode

Before mu4e-1.7.0, using SHR to render HTML emails in mu4e-view-mode was
an option. This was removed in mu4e-1.7.0, and mu4e-view-mode now uses
Gnus to render HTML emails. This change broke Evil Collection's tab
navigation in mu4e-view-mode.
This commit is contained in:
StrawberryTea 2024-04-16 12:52:13 -05:00 committed by Youmu
parent ef8c35d332
commit c9e2f72212
1 changed files with 2 additions and 2 deletions

View File

@ -236,8 +236,8 @@ end of the buffer."
(mu4e-view-mode-map
" " mu4e-view-scroll-up-or-next
[tab] shr-next-link
[backtab] shr-previous-link
[tab] forward-button
[backtab] backward-button
"q" mu4e-view-quit
"gx" mu4e-view-go-to-url
"gX" mu4e-view-fetch-url