<div class="markdown">
<p dir="auto">On 28 Jan 2014, at 10:18, Max Rydahl Andersen wrote:</p>

<blockquote>
<p dir="auto">Only problem I've spotted is that it spots ? inside urls but I can live with that, unless there is a trick to say it should not match a regular expression where the ? is connected to a http url without whitespace ?</p>
</blockquote>

<p dir="auto">No, this is not possible. Well, many things are possible in MailMate if one is willing to go sufficiently low level. It might be possible to add a specifier to the <code>#unquoted</code> virtual header, e.g., named <code>question</code> which could use a regular expression to match questions. Then you would be able to do like this in a condition:</p>

<pre><code>“Unquoted Body Text ▸ Question” exists
</code></pre>

<p dir="auto">(Disclaimer: Theoretical solution. Never tried in practice and even if it worked then it <em>might</em> be very slow.)</p>

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

</div>