<style>
/* General styling of quotation blocks (and colors for level 2 and upwards)*/
blockquote {
margin: 0 0 5px;
padding-left: 5px;
border-left: 2px solid #136BCE;
color: #136BCE;
}
/* Specific styling of level 1 quotation blocks */
blockquote blockquote {
border-left: 2px solid #4B89CF;
color: #4B89CF;
}
pre:not([style]) {
margin-left: 15px;
margin-right: 15px;
padding: 5px;
background-color: #E4E4E4;
border: thin solid gray;
overflow: auto;
}
/* Styled code segments */
div.highlight {
margin-left: 15px;
margin-right: 15px;
}
div.highlight > pre {
padding: 5px;
border: thin solid gray;
overflow: auto;
}
table {
border-collapse: collapse;
margin: 0 2em;
}
th {
padding: 0.5em;
}
td {
border-top: 1px solid lightgray;
border-bottom: 1px solid lightgray;
padding: 0.5em;
}
td+td {
border-left: 1px solid lightgray;
}
div.math {
text-align: center;
}
</style>
<div class="markdown">
<p dir="auto">Hi All --</p>
<p dir="auto">I'm getting little errors when I run MailMate from iTerm. I'm wondering if there are quick fixes or if I have something elementary wrong with my setup. </p>
<p dir="auto">Worst case, would I have to blow away my ~/Library/Application Support/MailMail library and start creating my customizations from new? I'd hate to do that, but I'll do it if I can.</p>
<p dir="auto">I have the following errors that appear on my terminal when I run MailMate:</p>
<pre><code>Warning: Failed to run premailer.
Warning: Failed to run premailer
/var/folders/8x/dzmmfpk11953yj78093pv8780000gn/T/mailmate_command.j1Gbh7: line 2: premailer: command not found
Warning: Failed to run premailer.
Warning: Failed to run premailer
/var/folders/8x/dzmmfpk11953yj78093pv8780000gn/T/mailmate_command.XVVSuY: line 2: premailer: command not found
Warning: Failed to run premailer.
</code></pre>
<p dir="auto">Also, when I receive calendar events from my colleagues using Outlook on Windows, I get the following:</p>
<pre><code>Warning: Unable to handle alternative in multipart of MIME type: 'text/calendar'
</code></pre>
<p dir="auto">And finally, I'm not able to use the GAL from Windows in MailMate. I can see the GAL (Global Address List) in my Contacts.app and I can search for names from there, but I can't use it in the "Address Lookup" button at the top of a compose window.</p>
<p dir="auto">Any quick tips?</p>
<p dir="auto">Thanks,<br>
-Mike </p>
</div>