Skip to content

Commit

Permalink
mu4e.texi: document thread-mark behavior when there are no threads
Browse files Browse the repository at this point in the history
Fixes #2771.
  • Loading branch information
djcb committed Oct 16, 2024
1 parent 9650630 commit 814ecc9
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion mu4e/mu4e.texi
Original file line number Diff line number Diff line change
Expand Up @@ -2343,7 +2343,9 @@ view} matching a certain pattern with @kbd{M-x mu4e-headers-mark-pattern}
(@key{%})
@item @emph{thread/subthread}: You can put a mark on all the messages in the
thread/subthread at point with @kbd{M-x mu4e-headers-mark-thread} and @kbd{M-x
mu4e-headers-mark-subthread}, respectively
mu4e-headers-mark-subthread}, respectively. When you haven't enabled separate
threads in the headers view, the thread marking functions simply mark @emph{all}
messages.
@end itemize

@node What to mark for
Expand Down Expand Up @@ -4103,6 +4105,9 @@ functions like @code{mu4e-headers-mark-thread} (@key{T}),
time, and @code{mu4e-headers-mark-pattern} (@key{%}) to mark all messages
matching a certain regular expression.

Note that when you haven't enabled separate threads in the headers view, the
thread marking functions simply mark @emph{all} messages.

@subsection Can I automatically apply the marks on messages when leaving the headers buffer?
Yes you can --- see the documentation for the variable
@t{mu4e-headers-leave-behavior}.
Expand Down

0 comments on commit 814ecc9

Please sign in to comment.