<div class="markdown">
<p dir="auto">On 15 Sep 2014, at 11:31, Benny Kjær Nielsen wrote:</p>

<blockquote>
<p dir="auto">On 15 Sep 2014, at 15:56, my good friend Jeremy Cowgar wrote:</p>

<blockquote>
<p dir="auto">Now, once I start mail mate, I execute:</p>

<p dir="auto">% defaults read com.freron.MailMate MmReplyWroteString</p>

<p dir="auto">and defaults returns to me an error:</p>

<p dir="auto">2014-09-15 09:54:52.734 defaults[2365:507]<br>
The domain/default pair of (/Volumes/My HD/Users/jeremy/Library/Preferences/com.freron.MailMate, MmReplyWroteString) does not exist</p>

<p dir="auto">Any thoughts on how I can make this work?</p>
</blockquote>

<p dir="auto">That looks strange. MailMate has no code that clears this setting. Do other settings stick between launches of MailMate? (You could just try the same as above with <code>MmDummySetting</code>.)</p>
</blockquote>

<pre><code>% ps ax|grep MailMate
 6620 s000  R+     0:00.00 grep MailMate
% defaults write com.freron.MailMate MmDummySetting -string "Hi"
% defaults read com.freron.MailMate MmDummySetting
Hi
% open /Applications/MailMate.app
% defaults read com.freron.MailMate MmDummySetting
2014-09-15 11:34:14.126 defaults[6052:507]
The domain/default pair of (/Volumes/My HD/Users/jeremy/Library/Preferences/com.freron.MailMate, MmDummySetting) does not exist
</code></pre>

<p dir="auto">Not sure what to do here.</p>

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

</div>