<div class="markdown">
<p dir="auto">On 24 Nov 2014, at 22:22, Christopher LILJENSTOLPE wrote:</p>

<blockquote>
<p dir="auto">I'm seeing a behavior where MM strips capitalized text followed by a : in the subject line (it strips "CR:", for example).  I would assume that's to deal with any RE:, SV:, etc. so that you don't end up with RE: RE: RE....</p>
</blockquote>

<p dir="auto">That is correct. It even handles chinese symbols after this was reported as a problem.</p>

<p dir="auto">It's a bit aggressive to do it like this, but subject lines often become very ugly.</p>

<blockquote>
<p dir="auto">However, it's breaking the poor benighted souls in my company that use Outlook (Outlook threads on Subject line).  We use tags (like CR:) to identify what the e-mail is (for example, "CR: foo" means a report about a call with foo).</p>
</blockquote>

<p dir="auto">Ah, so when you reply then it ruins their threading, because the <code>CR:</code> is missing. I was mainly concerned about the loss of information when I implemented it, but no-one complained until now :-)</p>

<blockquote>
<p dir="auto">Any chance of having a dictionary of text to strip, rather than a '??:'   ?</p>
</blockquote>

<p dir="auto">That might actually be the best (only) way to solve it. The current solution is hardcoded in a settings file (<code>specifiers.plist</code>). You can change it, but it's not straightforward to do so. I'll note that I should somehow make it easily configurable, e.g., with a regular expression (it's currently <code>{Alpha}{2,3}</code>).</p>

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

</div>