<!DOCTYPE html>
<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 10 Apr 2019, at 0:13, Richard Rettke wrote:</p>

<blockquote style="border-left:2px solid #777; color:#777; margin:0 0 5px; padding-left:5px">
<p dir="auto">I normally run with Mailmate on the left half of my 27" display and when I open a message it is on the right half of my display.</p>

<p dir="auto">A little bit ago I moved the window of the open message I was reading to the left half of the display to get at what was behind it. I do this fairly regularly. However this time, opening any new message now opens the left side of the screen, even if I move it to the right and close it, the next message appears on the left.</p>
</blockquote>

<p dir="auto">Hmm, I don't think I know what could trigger this.</p>

<blockquote style="border-left:2px solid #777; color:#777; margin:0 0 5px; padding-left:5px">
<p dir="auto">I presume there is a terminal command to reset something but don't know what that is.</p>
</blockquote>

<p dir="auto">Window frames are currently saved in the preferences. You can see them all like this:</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 NSWindow
</code></pre>

<p dir="auto">To reset the single message window, you can use:</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 delete com.freron.MailMate "NSWindow Frame MmMessage"
</code></pre>

<p dir="auto">You should probably do that after closing all single message windows and quitting MailMate.</p>

<p dir="auto">Let me know if it still misbehaves.</p>

<p dir="auto">-- <br>
Benny<br>
<a href="https://freron.com/become_a_mailmate_patron/" style="color:#3983C4">https://freron.com/become_a_mailmate_patron/</a></p>
</div>
</div>
</body>
</html>