diff options
| author | Liam Hupfer <liam@hpfr.net> | 2023-10-14 17:57:08 -0500 |
|---|---|---|
| committer | Youmu <condy0919@gmail.com> | 2023-10-19 20:28:28 +0800 |
| commit | 18304d9d9e4243687a7bf915dc7e591a216873c6 (patch) | |
| tree | 73629ee487e6c982e4e1c936ef2d202293eaa9fb /modes/mu4e | |
| parent | 877cc09563430432b69d7987bfae9a9158683f1e (diff) | |
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.
Diffstat (limited to 'modes/mu4e')
| -rw-r--r-- | modes/mu4e/evil-collection-mu4e.el | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
