[MlMt] Quote string on Reply messages
Jeremy Cowgar
jeremy at cowgar.com
Mon Sep 15 11:38:08 EDT 2014
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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freron.com/pipermail/mailmate/attachments/20140915/44488456/attachment-0001.html>
More information about the mailmate
mailing list