evil-collection icon indicating copy to clipboard operation
evil-collection copied to clipboard

mu4e: add 'c' binding to mu4e-search-query and remove 'cc' binding

Open RyanGibb opened this issue 7 months ago • 2 comments
trafficstars

mu4e-search-query was introduced in mu4e v1.12.0:

  • New command ~mu4e-search-query~ (bound to =c=) which lets you pick a query (from bookmark / maildir shortcuts) with completion in main / headers / view buffers.

Bindings are added for the main and headers view.

Upstream binds c to mu4e-search-query, and we follow every other binding on the main screen, so we drop the colliding cc binding

See https://github.com/emacs-evil/evil-collection/pull/844, and https://github.com/emacs-evil/evil-collection/pull/860.

RyanGibb avatar Apr 04 '25 11:04 RyanGibb