mu4e: headers: Fix copy-pasta m-h-thread-first-child-prefix

Fixes #2334.
This commit is contained in:
Dirk-Jan C. Binnema 2022-09-19 18:33:16 +03:00
parent a5291e6551
commit d8b902f404
1 changed files with 1 additions and 1 deletions

View File

@ -256,7 +256,7 @@ only marks the first message in the thread.")
(defvar mu4e-headers-thread-child-prefix '("|>" . "")
"Prefix for messages in sub threads that do have a following sibling.")
(defvar mu4e-headers-thread-first-child-prefix '("o " . "")
"Prefix for messages in sub threads that do not have a following sibling.")
"Prefix for the first child messages in a sub thread.")
(defvar mu4e-headers-thread-last-child-prefix '("L" . "")
"Prefix for messages in sub threads that do not have a following sibling.")
(defvar mu4e-headers-thread-connection-prefix '("|" . "")