<div>
<p dir="auto">On 9 Aug 2015, at 8:09, Max Rydahl Andersen wrote:</p>

<blockquote style="border-left-color: #136BCE; border-left-style: solid; border-left-width: 2px; color: #136BCE; margin: 0 0 5px; padding-left: 5px">
<p dir="auto">On 8 Aug 2015, at 23:43, Benny Kjær Nielsen wrote:</p>

<blockquote style="border-left-color: #4B89CF; border-left-style: solid; border-left-width: 2px; color: #4B89CF; margin: 0 0 5px; padding-left: 5px">
<p dir="auto">[pygmentize]</p>

<p dir="auto">Don't know why it's not working then. Do you get any error messages in the Terminal window if you try it after launching MailMate like this:</p>

<pre style="background: #E4E4E4; border: thin solid gray; margin-left: 15px; margin-right: 15px; overflow: auto; padding: 5px"><code>/Applications/MailMate.app/Contents/MacOS/MailMate
</code></pre>
</blockquote>

<p dir="auto">I actually get very very little output when I run like this.</p>

<p dir="auto">So no, does not get any errors affairs.</p>
</blockquote>

<p dir="auto">Try enabling this:</p>

<pre style="background: #E4E4E4; border: thin solid gray; margin-left: 15px; margin-right: 15px; overflow: auto; padding: 5px"><code>defaults write com.freron.MailMate MmDebugCommands -bool YES
</code></pre>

<p dir="auto">That should generate some output. The related command is named “Pygments”.</p>

<p dir="auto">And make sure you trigger the highlighter by creating a non-indented code section:</p>

<code>
<div class="highlight" style="background: #ffffff"><pre style="line-height: 125%"><span style="color: #007700"><body></span>
<span style="color: #007700"><p></span>An HTML paragraph<span style="color: #007700"></p></span>
<span style="color: #007700"></body></span>
</pre></div>

</code>

<p dir="auto">Use ⌥⌘U to see the raw code.</p>

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

</div>