<!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">I want exactly this: <a href="https://www.mail-archive.com/mailmate@lists.freron.com/msg02220.html">Submailboxes for partial subject</a></p>

<p dir="auto">So I went through the linked thread from 2012: <a href="https://lists.freron.com/mailmate/2012-February/000197.html">"Custom Search: remember search settings"</a> and checked where to find <code>specifiers.plist</code> in the <a href="https://manual.mailmate-app.com/customization">MailMate Manual</a>. It looks like Headers reside in their own file(s) now located in <code>~/Library/Application Support/MailMate/Database.noindex/Headers/</code>.</p>

<p dir="auto">I have my regex ready to use. The subject line always looks like this:</p>

<pre style="border:thin solid gray; margin-left:15px; margin-right:15px; max-width:90vw; overflow-x:auto; padding:5px"><code>Project Update #10: The Test Project by Your King MailMate
Project Update #23: Random Project by The Tester
</code></pre>

<p dir="auto">Hence, this should do the trick when I pick the first match [1]:</p>

<pre style="border:thin solid gray; margin-left:15px; margin-right:15px; max-width:90vw; overflow-x:auto; padding:5px"><code>Project Update #\d+\:\s([a-zA-Z0-9\s]+)\sby\s([a-zA-Z0-9].*)
</code></pre>

<p dir="auto">Thing is… I can't find the <code>specifiers.plist</code>.</p>

<p dir="auto">Alternatively, since the posts are from 2012/2014, there might now be a better and less fickle way to do things.</p>

<p dir="auto">What's the way to do this in 2020? I'm not afraid to edit PLIST's or anything else, but I think I'd need basic instructions to how to accomplish this.</p>

<p dir="auto">Thanks.<br>
Patrick</p>
</div>
</div>
</body>
</html>