Skip to content

Commit

Permalink
mu4e: add mu4e-headers-toggle-property
Browse files Browse the repository at this point in the history
mu4e-headers-toggle-property replaced the following three toggle
commands (which are now aliases for the new command) in v1.9.5. It
provides its own menu with a key binding for each property, so bind it
to a one-key binding.

The obsolete command bindings are not removed because mu4e is typically
installed with mu via the system package manager and is therefore harder
to upgrade than a typical Emacs package. mu4e-headers-toggle-property
was also renamed to mu4e-search-toggle-property in 1.9.11, but the old
name (which remains as an alias) is preferred for the same reason.
  • Loading branch information
hpfr authored and condy0919 committed Oct 19, 2023
1 parent 877cc09 commit 18304d9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modes/mu4e/evil-collection-mu4e.el
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,7 @@
"gj" mu4e-headers-next-unread
"\C-j" mu4e-headers-next
"\C-k" mu4e-headers-prev
"t" mu4e-headers-toggle-property
"zr" mu4e-headers-toggle-include-related
"zt" mu4e-headers-toggle-threading
"zd" mu4e-headers-toggle-skip-duplicates
Expand Down

0 comments on commit 18304d9

Please sign in to comment.