<div class="markdown">
<p dir="auto">On 16 Dec 2014, at 15:15, Benny Kjær Nielsen wrote:</p>

<blockquote>
<p dir="auto">'${#date/(\S*) (\d\d):(\d\d).*/$1T$2$3/} ${subject} [${from.name:${from.address}}].eml'<br>
 -> 2014-12-16T1432 [MlMt] MmFilenameFormatString question [<a href="mailto:thfl@me.com">thfl@me.com</a>].eml</p>

<p dir="auto">I hope this helps and thanks for trying out MailMate.</p>
</blockquote>

<p dir="auto">Thanks a lot. That’s almost perfect!</p>

<p dir="auto">With a slight modification…</p>

<pre><code>${#date/\d\d(\d\d)-(\d\d)-(\d\d) (\d\d):(\d\d).*/$1$2$3T$4$5/}
</code></pre>

<p dir="auto">…I get the same string as with my hacky export script for AppleMail. And so much more elegant!</p>

<p dir="auto">It may happen that you have a new user ;-)</p>

<p dir="auto">Cheers<br>
-- <br>
Thomas</p>

</div>