mu4e-headers: tweak mark-as-orphan option
Make 'first the default, and some whitespace fixes.
This commit is contained in:
@ -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.")
|
||||||
|
|||||||
Reference in New Issue
Block a user