On 15 Sep 2014, at 11:31, Benny Kjær Nielsen wrote:

On 15 Sep 2014, at 15:56, my good friend Jeremy Cowgar wrote:

Now, once I start mail mate, I execute:

% defaults read com.freron.MailMate MmReplyWroteString

and defaults returns to me an error:

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

Any thoughts on how I can make this work?

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 `MmDummySetting`.)


    % 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

Not sure what to do here.

--
Jeremy
_______________________________________________
mailmate mailing list
mailmate@lists.freron.com
http://lists.freron.com/listinfo/mailmate

Reply via email to