Skip to content

Commit

Permalink
Merge pull request #2735 from Chris00/master
Browse files Browse the repository at this point in the history
Minor improvements
  • Loading branch information
djcb authored Aug 3, 2024
2 parents f1923ff + 9e3c8ba commit 208b2c2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion mu4e/mu4e-headers.el
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
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 208b2c2

Please sign in to comment.