Skip to content

Commit

Permalink
mu4e: fix broken tab navigation in mu4e-view-mode
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
LemonBreezes authored and condy0919 committed Apr 17, 2024
1 parent ef8c35d commit c9e2f72
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modes/mu4e/evil-collection-mu4e.el
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c9e2f72

Please sign in to comment.