<!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 6 Apr 2019, at 07.00, Greg Earle wrote:</p>

</div>
<div style="white-space:normal"><blockquote style="border-left:2px solid #777; color:#777; margin:0 0 5px; padding-left:5px"><p dir="auto">In my job I get a lot of e-mails that are of a similar nature and of an informational level so I delete a lot of them.  When I go to select a lot of messages (to either delete or forward) - or select a few, but they are really long messages (like log file outputs) - MailMate invariably takes a while and beach-balls.</p>
</blockquote></div>
<div style="white-space:normal">

<p dir="auto">I’ve previously seen mention on the mailing list here that you can use the following command to prevent the display of multiple messages when selected:</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 MmMaximumMessagesDisplayed -integer 1
</code></pre>

<p dir="auto">From a quick try, it seems that with this applied, you just get an empty preview pane if you select more than one message. Given it seems to be an integer setting, you could potentially experiment with larger values than 1 to see if there’s a good compromise between usefulness and performance.</p>

<p dir="auto">David</p>
</div>
</div>
</body>
</html>