<div class="markdown">
<p dir="auto">On 10 Jan 2015, at 12:37, Matthew Cawood wrote:</p>

<blockquote>
<p dir="auto">I’m tinkering with MailMate, and attempted to change the header font using the instructions in Hidden Preferences. I pasted</p>

<pre><code>defaults write com.freron.MailMate MmHeadersViewFontName -string “HelveticaNeue”
defaults write com.freron.MailMate MmHeadersViewFontSize -float 13
</code></pre>

<p dir="auto">…into Terminal and hit Enter.</p>

<p dir="auto">When I restarted Mailmate, it was obviously ill. It took a second click on the dock icon to bring up the screen, and highlighting a message in the message list doesn’t bring up the message text.</p>
</blockquote>

<p dir="auto">I could reproduce that and I've made sure it'll behave better when this happens (outputting a warning and switching to the default font).</p>

<blockquote>
<p dir="auto">Clearly I’ve done something wrong here, but what can I do to reverse it?</p>
</blockquote>

<p dir="auto">To reverse it:</p>

<pre><code>defaults delete com.freron.MailMate MmHeadersViewFontName
</code></pre>

<p dir="auto">To fix it:</p>

<pre><code>defaults write com.freron.MailMate MmHeadersViewFontName -string "HelveticaNeue"
</code></pre>

<p dir="auto">The problem was the use of curly double quotes.</p>

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

</div>