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
parent e0982fcbb6
commit 17ef74701b
1 changed files with 2 additions and 2 deletions

View File

@ -235,8 +235,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