<div class="markdown">
<p dir="auto">On 4 Dec 2013, at 1:27, Kee Hinckley wrote:</p>

<blockquote>
<p dir="auto">These are changes to <code>/Applications/MailMate.app/Contents/Frameworks/OakMIME.framework/Versions/A/Resources</code>. There may be a local place it can be stored, I tried <code>~Library/Application Support/MailMate/Frameworks/OakMIME.framework/Versions/A/Resources</code> and that didn't seem to work, but I may have screwed up part of that. I'll try again later.</p>
</blockquote>

<p dir="auto">The correct path is:</p>

<pre><code>~Library/Application Support/MailMate/Resources/specifiers.plist
</code></pre>

<p dir="auto">But I looked it up in my own documentation and it's not currently possible to add header shorthands to the file above: <a href="http://manual.mailmate-app.com/customization#message_headers">http://manual.mailmate-app.com/customization#message_headers</a></p>

<p dir="auto">I've changed that for the next update, but you still need to change the <code>address</code> parser and you can currently only replace a parser. Maybe it is better if you create a separate copy named <code>my_address</code> and then use that instead. That way you are not going to ignore any changes I make to the <code>address</code> parser in future updates of MailMate. Note that you are deep into MailMate hacking here -- it is uncharted (and not officially supported) territory and it can break in any future update.</p>

<p dir="auto">General WARNING: Only make changes to this file if you have a backup of your emails. Changing some of the parsers can change/break almost any aspect of MailMate.</p>

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

</div>