From d8b902f40465c80d24ae72731fd903cd64b3c147 Mon Sep 17 00:00:00 2001 From: "Dirk-Jan C. Binnema" Date: Mon, 19 Sep 2022 18:33:16 +0300 Subject: [PATCH] mu4e: headers: Fix copy-pasta m-h-thread-first-child-prefix Fixes #2334. --- mu4e/mu4e-headers.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mu4e/mu4e-headers.el b/mu4e/mu4e-headers.el index bdd0ec8e..302c60cf 100644 --- a/mu4e/mu4e-headers.el +++ b/mu4e/mu4e-headers.el @@ -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 '("|" . "│ ")