<div class="markdown">
<p dir="auto">On 3 Feb 2015, at 11:31, Max Rydahl Andersen wrote:</p>

<blockquote>
<blockquote>
<p dir="auto">What is really needed is probably thread based toggle/set/remove tag key bindings (which are applied to any messages in the thread -- not only those in the current mailbox).</p>
</blockquote>

<p dir="auto">is there a way to express this in keybindings today ?</p>
</blockquote>

<p dir="auto">No, not across mailboxes.</p>

<blockquote>
<p dir="auto">i.e. today I got 's' bound to 'toggle flag on message', how can I bind 'S' to 'toggle flag on thread' ?</p>
</blockquote>

<p dir="auto">I think the best you can do is:</p>

<pre><code>"s" = ( "selectThread:", "toggleFlag:" );
</code></pre>

<p dir="auto">-- <br>
Benny</p>

</div>