show %t as '=' if mail contains list-id header

pull/134/head
Vincent Breitmoser 6 years ago
parent 704c9cec62
commit 6323eac04a

@ -240,6 +240,8 @@ fmt_to_flag(struct message *msg)
return ":";
else if ((v = blaze822_hdr(msg, "from")) && itsme(v))
return "<";
else if (blaze822_hdr(msg, "list-id"))
return "=";
else
return " ";
}

Loading…
Cancel
Save