added easier update binding for mu4e

This commit is contained in:
Matt Nish-Lapidus 2024-07-08 09:53:59 -04:00
parent ab484a2a2a
commit 82131880f5

View file

@ -476,6 +476,9 @@
:desc "Reply All (Wide)" "w" #'mu4e-compose-wide-reply
:desc "Reply" "r" #'mu4e-compose-reply)
(map! :map mu4e-main-mode-map
"u" #'mu4e-update-mail-and-index)
(map! :map mu4e-headers-mode-map
"v" #'mu4e-view-action
:localleader