<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/xhtml; charset=utf-8">
</head>
<body>
<div style="font-family:sans-serif"><div style="white-space:normal">
<p dir="auto">On 21 Mar 2018, at 22:37, <a href="mailto:lists.freron.com@nietzold.com" style="color:#3983C4">lists.freron.com@nietzold.com</a> wrote:</p>

</div>
<div style="white-space:normal"><blockquote style="border-left:2px solid #777; color:#777; margin:0 0 5px; padding-left:5px"><p dir="auto">`defaults read com.freron.MailMate`<br>
<br>
just read the defaults gives me a very big list of settings :(<br>
how i can find out the hidden settings i have done?</p>
</blockquote></div>
<div style="white-space:normal">

<p dir="auto">There's no easy way to do that I'm afraid. Most of the values are changes you have done in the Preferences of MailMate, but there are also values set by other parts of MailMate, for example, when telling MailMate to suppress a warning panel. And of course, some values are hidden preferences of which a subset are described <a href="https://manual.mailmate-app.com/hidden_preferences" style="color:#3983C4">here</a>.</p>

<p dir="auto">Here's one way of getting a list of variables names which might help you identify what you have changed:</p>

<pre style="background-color:#F7F7F7; border-radius:5px 5px 5px 5px; margin-left:15px; margin-right:15px; max-width:90vw; overflow-x:auto; padding:5px" bgcolor="#F7F7F7"><code style="background-color:#F7F7F7; border-radius:3px; margin:0; padding:0" bgcolor="#F7F7F7">defaults read com.freron.MailMate | grep "^    Mm"
</code></pre>

<p dir="auto">(Note that preferences you have never changed are not going to be in that list.)</p>

<p dir="auto">I hope that helps a bit.</p>

<p dir="auto">-- <br>
Benny</p>
</div>
</div>
</body>
</html>