<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/xhtml; charset=utf-8">
<style>
div.markdown { white-space: normal; }
div.plaintext { white-space: pre-wrap; }
body { font-family: sans-serif; }
h1 { font-size: 1.4em; }
h2 { font-size: 1.2em; }
h3 { font-size: 1.1em; }
blockquote { margin: 0 0 5px; padding-left: 5px; border-left: 2px solid #777777; color: #777777; }
blockquote blockquote { border-left-color: #999999; color: #999999; }
blockquote blockquote blockquote { border-left-color: #BBBBBB; color: #BBBBBB; }
blockquote a { color: #777777; }
blockquote blockquote a { color: #999999; }
blockquote blockquote blockquote a { color: #BBBBBB; }
pre { margin-left: 15px; margin-right: 15px; padding: 5px; background-color: #F7F7F7; border-radius: 5px 5px 5px 5px; overflow-x: auto; max-width: 90vw; }
code { margin: 0; padding: 0 0.4em; border-radius: 3px; background-color: #F7F7F7; }
pre > code { padding: 0px; }
math[display="inline"] > mrow { padding:5px; }
div.footnotes li p { margin: 0.2em 0; }
</style>
</head>
<body>
<div class="markdown">
<p dir="auto">On 1 Sep 2016, at 21:05, Seebs wrote:</p>

<p dir="auto"></div>
<div class="plaintext"><blockquote><div dir="auto">I note also, on the main window, the toolbar no longer works in text-only. Instead of textual buttons for the three actions, you get the word "Actions". I actually really liked having buttons labeled "Archive" or "Move to Junk", because words are more reliable for me than images.
</div></blockquote></div>
<div class="markdown"></p>

<p dir="auto">This one is for you and anyone like-minded:</p>

<pre><code>defaults write com.freron.MailMate MmUseOldToolbar -bool YES
</code></pre>

<p dir="auto"></div>
<div class="plaintext"><blockquote><div dir="auto">Also the composer seems to have changed fonts, and maybe that's because I clicked reset fonts, but I don't see how to change fonts for a specific thing, there's just a single "show fonts" selector that appears to affect the message list?
</div></blockquote></div>
<div class="markdown"></p>

<p dir="auto">The “Format ▸ Show Fonts” affects the part of the GUI which has the focus. It seemed like a good idea when I implemented it a long time ago, but it doesn't really work well and many users have trouble using it. It does allow you to change the font of most parts of the GUI.</p>

<p dir="auto">(I should instead implement an explicit list of fonts somewhere in the preferences.)</p>

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

</body>
</html>