<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/xhtml; charset=utf-8">
</head>
<body>
<div style="font-family:sans-serif"><div style="white-space:normal">
<p dir="auto">On 3 Sep 2020, at 15:15, Antonio Leding wrote:</p>

</div>
<div style="white-space:normal"><blockquote style="border-left:2px solid #777; color:#777; margin:0 0 5px; padding-left:5px"><p dir="auto">[is] there is any way to auto-expand a given message thread?</p>
</blockquote></div>
<div style="white-space:normal">

<p dir="auto">I assume by “auto” you mean “in response to a single user action”?</p>

<p dir="auto">I have this in a custom keybindings file:</p>

<pre style="background-color:#F7F7F7; border-radius:5px 5px 5px 5px; margin-left:15px; margin-right:15px; max-width:90vw; overflow-x:auto; padding:5px" bgcolor="#F7F7F7"><code style="background-color:#F7F7F7; border-radius:3px; margin:0; padding:0" bgcolor="#F7F7F7">"[" = "expandThread:";
"]" = "collapseThread:";
</code></pre>

<p dir="auto">Hope this helps.<br>
-sam</p>
</div>
</div>
</body>
</html>