* mu-msg-find: improve display of threaded messages
This commit is contained in:
@ -590,12 +590,8 @@ thread_indent (MuMsgIter *iter, gboolean color)
|
|||||||
fputs (MU_COLOR_YELLOW, stdout);
|
fputs (MU_COLOR_YELLOW, stdout);
|
||||||
|
|
||||||
if (!is_root) {
|
if (!is_root) {
|
||||||
if (is_dup)
|
fputs (first_child ? "`" : "|", stdout);
|
||||||
fputs ("==>", stdout);
|
fputs (empty_parent ? "*> " : is_dup ? "=> " : "-> ", stdout);
|
||||||
else if (first_child)
|
|
||||||
fputs (empty_parent ? "*-> " : "`-> ", stdout);
|
|
||||||
else
|
|
||||||
fputs ("|-> ", stdout);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if (color)
|
if (color)
|
||||||
|
|||||||
Reference in New Issue
Block a user