<!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 23 Jun 2024, at 19:07, Paul Atlan wrote:</p>
<blockquote style="margin: 0 0 5px; padding-left: 5px; border-left: 2px solid #777777; color: #777777;">
<p dir="auto">In some cases, if I wait a minute it will finish whatever task is ongoing and un-hang, but most of the time I’ll have to restart mail mate.</p>
</blockquote>
<p dir="auto">While MailMate is hanging, you can create a sample using Activity Monitor or by using a Terminal command like this:</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;">sample MailMate 5 > ~/Desktop/mailmate_sample.txt
</code></pre>
<p dir="auto">Also, try the latest test release (r6047) to make sure it's not related to a fixed issue: <a href="https://updates.mailmate-app.com/archives/" style="color: #3983C4;">https://updates.mailmate-app.com/archives/</a></p>
<blockquote style="margin: 0 0 5px; padding-left: 5px; border-left: 2px solid #777777; color: #777777;">
<p dir="auto">Is there a way:</p>
<ul>
<li>to identifiy wich actions create the hang-up , so I can maybe mitigate them</li>
</ul>
</blockquote>
<p dir="auto">Only low-level and this might not be easy to decipher. You can launch MailMate from a Terminal window like this:</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 TimersEnabled -bool YES
/Applications/MailMate.app/Contents/MacOS/MailMate
</code></pre>
<p dir="auto">It might provide a hint, but it's mainly a debug tool for me to some times learn more about where something is slow. You are welcome to send results to me directly.</p>
<blockquote style="margin: 0 0 5px; padding-left: 5px; border-left: 2px solid #777777; color: #777777;">
<ul>
<li>alternatively to edit the rules “off-line” as it where and then apply them?</li>
</ul>
</blockquote>
<p dir="auto">Well, you can change the “input” (the settings in the Mailboxes pane of the mailbox editor) to an empty or small mailbox. Alternatively, if most of the setup is based on All Messages or Inbox then go these folders and add some condition which makes the sets smaller.</p>
<p dir="auto">--<br>
Benny</p>

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

</html>