<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/xhtml; charset=utf-8">
</head>
<body><div style="font-family: sans-serif;"><div class="markdown" style="white-space: normal;">
<p dir="auto">On 27 Jun 2022, at 15:15, Michael Friedlander wrote:</p>
</div><div class="plaintext" style="white-space: normal;"><blockquote style="margin: 0 0 5px; padding-left: 5px; border-left: 2px solid #777777; color: #777777;"><p dir="auto">When I archive or delete a message from the current folder, Mailmate selects “up” (ie, the next latest msg, given the ascending-date sort I have set). Is there a way to reverse this default, so that Mailmate selects “down”?</p>
</blockquote></div>
<div class="markdown" style="white-space: normal;">
<p dir="auto">This behavior is customizable from the command-line. It is documented in the Hidden Preferences section of the builtin MailMate help. Select Help->MailMate Help, then navigate to the Hidden Preferences section (under Advanced/Experimental Features). Use CMD-F to search for “MoveStrategy” for the full explanation.</p>
<p dir="auto">TL;DR: I used this command from a terminal window (quit MailMate first) to get my preferred style:</p>
<pre style="margin-left: 15px; margin-right: 15px; padding: 5px; background-color: #F7F7F7; border-radius: 5px 5px 5px 5px; overflow-x: auto; max-width: 90vw;"><code style="margin: 0 0; border-radius: 3px; background-color: #F7F7F7; padding: 0px;"> defaults write com.freron.MailMate MmMessagesOutlineMoveStrategy -string “unreadOrPrevious”
</code></pre>
<p dir="auto">Glenn P. Parker<br>
<a href="mailto:glenn.parker@comcast.net" style="color: #3983C4;">glenn.parker@comcast.net</a></p>

</div>
</div>
</body>

</html>