mu4e: change thread icons used

This commit is contained in:
Evie Litherland-Smith 2024-01-17 15:14:13 +00:00
parent 6d27225cdf
commit 03271a30ca

View file

@ -1210,12 +1210,12 @@ Set fill column to 88 and enable display in python buffers
mu4e-headers-thread-root-prefix '("* " . "* ")
mu4e-headers-thread-duplicate-prefix '("= " . "= ")
mu4e-headers-thread-blank-prefix '(" " . " ")
mu4e-headers-thread-single-orphan-prefix '("─>" . "─")
mu4e-headers-thread-orphan-prefix '("┬>" . "┬")
mu4e-headers-thread-single-orphan-prefix '("─>" . "─>")
mu4e-headers-thread-orphan-prefix '("┬>" . "┬>")
mu4e-headers-thread-connection-prefix '("│ " . "│ ")
mu4e-headers-thread-first-child-prefix '("├>" . "├")
mu4e-headers-thread-child-prefix '("├>" . "├")
mu4e-headers-thread-last-child-prefix '("└>" . "╰")))
mu4e-headers-thread-first-child-prefix '("├>" . "├>")
mu4e-headers-thread-child-prefix '("├>" . "├>")
mu4e-headers-thread-last-child-prefix '("└>" . "╰>")))
#+end_src
**** Custom marks