From 18304d9d9e4243687a7bf915dc7e591a216873c6 Mon Sep 17 00:00:00 2001 From: Liam Hupfer Date: Sat, 14 Oct 2023 17:57:08 -0500 Subject: [PATCH] mu4e: add mu4e-headers-toggle-property 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. --- modes/mu4e/evil-collection-mu4e.el | 1 + 1 file changed, 1 insertion(+) diff --git a/modes/mu4e/evil-collection-mu4e.el b/modes/mu4e/evil-collection-mu4e.el index 77b6143..e32577a 100644 --- a/modes/mu4e/evil-collection-mu4e.el +++ b/modes/mu4e/evil-collection-mu4e.el @@ -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