<!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">I'm pretty sure that it's not my configuration, I'll provide the relevant snippets below.</p>
<h3 style="font-size:1.1em">Expected/Desired Behavior</h3>
<ol>
<li value="1">From a main window, open a message in a single-message viewer.</li>
<li value="2">Press '^h' to execute "deleteMessage:"</li>
<li value="3">MM deletes the message and then closes the single-message viewer window.</li>
<li value="5">The main window should either advance to the next, previous, or unread message, depending upon the setting of MmMessagesOutlineMoveStrategy, either {none, next, previous, unreadOrNext, unreadOrPrevious}.</li>
</ol>
<h3 style="font-size:1.1em">Observed Behavior</h3>
<p dir="auto">As above, except in step #5, MM always behaves as if "none" were the value of the key "MmMessagesOutlineMoveStrategy".</p>
<h3 style="font-size:1.1em">Relevant Config Snippets:</h3>
<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"># Check to see what the key for the hidden pref documented
# at this page: https://manual.mailmate-app.com/hidden_preferences
$ defaults read com.freron.MailMate MmMessagesOutlineMoveStrategy
next
$
# Check to see what the key-binding is for ^h...
$ fgrep deleteMessage: "/Users/petonic/Library/Application Support/MailMate/Resources/KeyBindings/Petonic.plist"
"^h" = "deleteMessage:";
</code></pre>
<p dir="auto">Is more config info required?</p>
<p dir="auto">Thanks in advance!</p>
</div>
</div>
</body>
</html>