<div class="markdown">
<p dir="auto">On 18 Sep 2014, at 8:27, Benny Kjær Nielsen wrote:</p>

<blockquote>
<p dir="auto">On 17 Sep 2014, at 23:53, Jeremy Cowgar wrote:</p>

<blockquote>
<p dir="auto">Are the variable expansions available for use listed somewhere?</p>
</blockquote>

<p dir="auto">No, they are implicitly available in this file:</p>

<pre><code>MailMate.app/Contents/Frameworks/OakMIME.framework/Resources/specifiers.plist
</code></pre>
</blockquote>

<p dir="auto">OK, that got me a step closer, however I'm not exactly sure how to use the ${cc} variable correctly, or maybe it can't be. It is returning to me only the first person on the Cc list, not the entire list. Is there a way to get the Cc list?</p>

<p dir="auto">My company wants corporate email replied to in Outlook fashion :-(. I am just playing around with ways to make this work in MailMate. I've managed to do this so far:</p>

<pre><code>"R" = (
    "replyAll:",
    "insertFormatString:", 
    "-----Original Message-----\nFrom: ${to.name} [mailto:${to.address}\nTo: ${from.name} [mailto:${from.name}]\nCc: ${cc.name}\nSent: ${date}\nSubject:${subject}\n"
);
</code></pre>

<p dir="auto">This is only one small piece of the puzzle. I have thought about a Bundle to accomplish this task, but it seems to get only the quote, not any other information about the email, thus I can't add the above header.</p>

<p dir="auto">Any thoughts would be appreciated, and yes... I don't like the Outlook methodology, but they are really pushing it. I'm willing to go to great lengths to avoid using Outlook for my work email, just for the reply message!</p>

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

</div>