Skip to content

Commit

Permalink
Doc: Use mu4e-search-toggle-property instead of its obsolete alias
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris00 committed Aug 2, 2024
1 parent 68435a1 commit 9e3c8ba
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions mu4e/mu4e.texi
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down Expand Up @@ -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;
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 9e3c8ba

Please sign in to comment.