<!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 8 Oct 2016, at 14:55, John D. Muccigrosso wrote:</p>

<p dir="auto"></p></div>
<div style="white-space:pre-wrap"><blockquote style="border-left:2px solid #777; color:#777; margin:0 0 5px; padding-left:5px"><div dir="auto">I wrote in another thread:
</div><div dir="auto">
</div><blockquote style="border-left:2px solid #777; color:#999; margin:0 0 5px; padding-left:5px; border-left-color:#999"><div dir="auto">2. If I delete that message while it’s open, no message is left selected. I’d rather the next message in the thread get selected. I’m a keyboard guy, and while this isn’t a big deal if the message I want is the last one in the inbox (just hit the up arrow), it’s a pain if it’s not and I have to hit the arrow multiple times or use the mouse.
</div></blockquote><div dir="auto">
</div><div dir="auto">Someone else suggested that the next message be selected and opened, which I would not prefer, but having no message be selected after deleting an open one is not good, IMO.
</div></blockquote></div>
<div style="white-space:normal">

<p dir="auto">This thread went in various directions. The current behavior is not really intentional, but yet another proof that I'm not using the single message window much myself.</p>

<p dir="auto">This is also kind of related to the behavior of MailMate in the single message window when archiving/moving messages. This is actually configurable:</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 write com.freron.MailMate MmMessageWindowActionAfterMove -string "closeWindow"
</code></pre>

<p dir="auto">The single message window does allow one to navigate to the previous/next message using ⌘↓ / ⌘↑. This is similar to what some of you want to happen when moving a message in the single message window. (This always happens when deleting messages, but maybe that should also depend on the setting above unless the message is deleted permanently.)</p>

<p dir="auto">Whether or not this setting is enabled I do think that MailMate should select the “next” message just as if the action had been done in the mailbox window. Disabling such behavior is already a separate setting:</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 write com.freron.MailMate MmMessagesOutlineMoveStrategy -string "none"
</code></pre>

<p dir="auto">This also takes effect in the mailbox window which is probably what users of this setting would expect.</p>

<p dir="auto">In other words, I'd like the default behavior to be that the single message window is closed on all types of move actions and that MailMate always moves to the “next” message in the message list. It is then optional to keep the window open (when possible, that is, more messages in the mailbox exists). Moving to the “next” message can then be disabled for users preferring to always explicitly select messages.</p>

<p dir="auto">(I'm not really interested in discussing default behavior, but it's fine to point out if the above does not allow you to configure your personally desired behavior.)</p>

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