<div class="markdown">
<p dir="auto">On 23 Dec 2013, at 22:12, Steve Mayer wrote:</p>

<blockquote>
<p dir="auto">Is it possible to have the removeTag: binding take a wildcard value?  What I'd like to be able to do is bind a key that can remove all the tags from a selected message, regardless of what their value is.</p>
</blockquote>

<p dir="auto">No, that is not possible. I'll note a request for a <code>clearTags:</code> binding. The best you can do for now is to list tags manually like this:</p>

<pre><code>"c" = ( "removeTag:", "Tag1", "removeTag:", "Tag2", … );
</code></pre>

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

</div>