From 814ecc9882e7ff53c38d79aa731b9b0bd0c6d167 Mon Sep 17 00:00:00 2001 From: "Dirk-Jan C. Binnema" Date: Wed, 16 Oct 2024 22:45:22 +0300 Subject: [PATCH] mu4e.texi: document thread-mark behavior when there are no threads Fixes #2771. --- mu4e/mu4e.texi | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/mu4e/mu4e.texi b/mu4e/mu4e.texi index 9b791e1d..11056a25 100644 --- a/mu4e/mu4e.texi +++ b/mu4e/mu4e.texi @@ -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 @@ -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}.