From 68435a1fdf6963d093ff9ac09dafb8a6ca135646 Mon Sep 17 00:00:00 2001 From: Christophe Troestler Date: Fri, 2 Aug 2024 22:13:10 +0200 Subject: [PATCH 1/2] Fix the "Next" header menu entry --- mu4e/mu4e-headers.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mu4e/mu4e-headers.el b/mu4e/mu4e-headers.el index dd69cb90f..9e5165450 100644 --- a/mu4e/mu4e-headers.el +++ b/mu4e/mu4e-headers.el @@ -1007,7 +1007,7 @@ after the end of the search results." "--" ["Previous" mu4e-headers-prev :help "Move to previous header"] - ["Next" mu4e-headers-prev + ["Next" mu4e-headers-next :help "Move to next header"] "--" ["Mark for move" mu4e-headers-mark-for-move From 9e3c8ba6c2fc46ff1a3d1eeb5cf0f8ac5bd291b2 Mon Sep 17 00:00:00 2001 From: Christophe Troestler Date: Fri, 2 Aug 2024 22:16:21 +0200 Subject: [PATCH 2/2] Doc: Use mu4e-search-toggle-property instead of its obsolete alias --- mu4e/mu4e.texi | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/mu4e/mu4e.texi b/mu4e/mu4e.texi index 71d26e9e3..412821ae9 100644 --- a/mu4e/mu4e.texi +++ b/mu4e/mu4e.texi @@ -1093,10 +1093,10 @@ variable @code{mu4e-use-fancy-chars}}, indicating the sort order You can change the sort order by clicking the corresponding column with the mouse, or with @kbd{M-x mu4e-headers-change-sorting} (@key{O}); note that not all fields can be used for sorting. You can toggle threading on/off through -@kbd{M-x mu4e-headers-toggle-property} or @key{Pt}. For both of these functions, +@kbd{M-x mu4e-search-toggle-property} or @key{Pt}. For both of these functions, unless you provide a prefix argument (@key{C-u}), the current search is updated immediately using the new parameters. You can toggle full-search -(@ref{Searching}) through @kbd{M-x mu4e-headers-toggle-property} as well; or +(@ref{Searching}) through @kbd{M-x mu4e-search-toggle-property} as well; or @key{Pf}. Note that with threading enabled, the sorting is exclusively by date, @@ -1941,7 +1941,7 @@ certain folder (maildir). Normally, queries return up to @code{mu4e-headers-results-limit} (default: 500) results. That is usually more than enough, and makes things significantly faster. Sometimes, however, you may want to show @emph{all} results; you can -enable this with @kbd{M-x mu4e-headers-toggle-property}, or by customizing the +enable this with @kbd{M-x mu4e-search-toggle-property}, or by customizing the variable @code{mu4e-headers-full-search}. This applies to all search commands. You can also influence the sort order and whether threads are shown or not; @@ -4132,7 +4132,7 @@ docstring). @subsection How can I hide certain messages from the search results? See the variables @code{mu4e-headers-hide-predicate} and @code{mu4e-headers-hide-enabled}. The latter can be toggled through -@code{mu4e-headers-toggle-property}. +@code{mu4e-search-toggle-property}. For example, to filter out GMail's spam folder, set it to: @lisp