mu4e-main: fix jump-to-maildir typo

Fixes: #2206
This commit is contained in:
Dirk-Jan C. Binnema 2022-01-29 15:55:51 +02:00
parent 3138b2d1a9
commit b8e696000f
1 changed files with 2 additions and 2 deletions

View File

@ -87,7 +87,7 @@ the personal addresses.")
(let ((map (make-sparse-keymap)))
(define-key map "q" 'mu4e-quit)
(define-key map "j" 'mu4e--headers-jump-to-maildir)
(define-key map "j" 'mu4e~headers-jump-to-maildir)
(define-key map "C" 'mu4e-compose-new)
(define-key map "m" 'mu4e--main-toggle-mail-sending-mode)
@ -284,7 +284,7 @@ When REFRESH is non nil refresh infos from server."
"\n\n"
(propertize " Basics\n\n" 'face 'mu4e-title-face)
(mu4e--main-action-str
"\t* [j]ump to some maildir\n" 'mu4e-jump-to-maildir)
"\t* [j]ump to some maildir\n" 'mu4e~jump-to-maildir)
(mu4e--main-action-str
"\t* enter a [s]earch query\n" 'mu4e-search)
(mu4e--main-action-str