mu4e-headers: tweak mark-as-orphan option

Make 'first the default, and some whitespace fixes.
This commit is contained in:
Dirk-Jan C. Binnema
2022-02-06 10:44:47 +02:00
parent 769ad20c40
commit 99993bea69

View File

@ -207,10 +207,10 @@ chronologically (`:date') by the newest message in the thread.")
;;;; Graph drawing ;;;; Graph drawing
(defvar mu4e-headers-thread-mark-as-orphan 'all (defvar mu4e-headers-thread-mark-as-orphan 'first
"Define which messages should be prefixed with the orphan mark. "Define which messages should be prefixed with the orphan mark.
`all' marks all the messages without a parent as orphan, `first' only `all' marks all the messages without a parent as orphan, `first'
marks the first message in the thread.") only marks the first message in the thread.")
(defvar mu4e-headers-thread-root-prefix '("* " . "") (defvar mu4e-headers-thread-root-prefix '("* " . "")
"Prefix for root messages.") "Prefix for root messages.")