<div class="markdown">
<p dir="auto">On 28 May 2015, at 23:37, Max Rydahl Andersen wrote:</p>

<blockquote>
<p dir="auto">Is it possible via quick search field to search in tags and/or flag status ?</p>
</blockquote>

<p dir="auto">No, I haven't added that yet, but I should. The letter <code>t</code> is already taken for searching recipients. I guess <code>k</code> (keyword) could be used, or maybe a capital <code>T</code> is better. I'll note to look into that.</p>

<p dir="auto">IMAP keywords can be searched like this:</p>

<pre><code>#flags:flagged
#flags:!flagged
</code></pre>

<p dir="auto">And tags only like this:</p>

<pre><code>##tags:mytag
##tags:!mytag
</code></pre>

<p dir="auto">(These are still substring searches, but I guess that's better than nothing.)</p>

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

</div>