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

<blockquote>
<p dir="auto">I fixed one part - using Subject as the unique value  - but haven't been able to get the name format to do anything but showing the full subject now :/</p>
</blockquote>

<p dir="auto">If I understand correctly then it's your regular expression that fails to work correctly?</p>

<p dir="auto">To make sure I understand the problem, could you reduce it to a single subject line, your current format string, and your expected output? Then I can send an email to myself with the subject line and try it myself.</p>

<blockquote>
<blockquote>
<p dir="auto">I'm trying to create a subfolder pr a unique pattern in subject.</p>
</blockquote>
</blockquote>

<p dir="auto">Ah, you can only make submailboxes based on an existing header (or specifier on the header). The format string is only for formatting the names of those submailboxes (based on the first (last?) message in the mailbox).</p>

<p dir="auto">What you need is a new specifier. I think the best resource for that is this <a href="https://www.mail-archive.com/mailmate%40lists.freron.com/msg02220.html">mailing list message</a>.</p>

<blockquote>
<blockquote>
<p dir="auto">I use this:  ${subject/.<em>JBIDE-(.</em>))/JBIDE-$1/} to use as the folder name.</p>
</blockquote>
</blockquote>

<p dir="auto">Without understanding exactly what you are trying to do: There is an unbalanced parenthesis.</p>

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

</div>