mu4e: move mu4e~headers-jump-to-maildir to search

... to mu4e-search-maildir.

Where we can, we move appropriate code from the overpopulated
mu4e-headers.el to mu4e-search, and update users.
This commit is contained in:
Dirk-Jan C. Binnema
2023-01-09 22:43:39 +02:00
parent 551bc46b47
commit b11293147f
5 changed files with 24 additions and 22 deletions

View File

@ -36,7 +36,6 @@
(require 'mu4e-window)
(declare-function mu4e-compose-new "mu4e-compose")
(declare-function mu4e~headers-jump-to-maildir "mu4e-headers")
(declare-function mu4e-quit "mu4e")
(require 'cl-lib)
@ -98,7 +97,6 @@ This version handles updating the current screen as well."
(let ((map (make-sparse-keymap)))
(define-key map "q" #'mu4e-quit)
(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)