mu4e: add support for :favorite bookmark
Show favorite bookmark in main-screen (highlighted) Add baseline-reset when main screen is shown or when the favority bookmark is searched. Some code cleanup
This commit is contained in:
@ -311,7 +311,6 @@ run in the background; otherwise, pop up a window."
|
||||
:lighter ""
|
||||
:keymap
|
||||
(let ((map (make-sparse-keymap)))
|
||||
(define-key map (kbd "C-c C-r") #'mu4e-reset-baseline-query-results)
|
||||
(define-key map (kbd "C-S-u") #'mu4e-update-mail-and-index)
|
||||
;; for terminal users
|
||||
(define-key map (kbd "C-c C-u") #'mu4e-update-mail-and-index)
|
||||
|
||||
Reference in New Issue
Block a user