<!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 5 Oct 2018, at 13:00, Pascal Felber 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">I am using BetterTouchTool together with the GoldenChaos-BTT extension to customise the touch bar of my laptop, and notably show the number of unread messages. There are a number of scripts provided to extract the number of unread messages from various mail clients, but not MailMate. When trying to adapt the scripts to support MailMate, I got the feeling that MailMate does not use the same UI elements to display the counter/badge.</p>
</blockquote></div>
<div style="white-space:normal">

<p dir="auto">MailMate has custom code to draw icon badges because it has multiple counters.</p>

<p dir="auto">But I've been meaning to try to display the top-right counter using Apple's API.</p>

<p dir="auto">For now, I've added the following experimental feature to do this:</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 MmUseStandardBadgeLabel -bool YES
</code></pre>

<p dir="auto">After I added the code to handle this then your script also works for me if I replace Mail with MailMate.</p>

<p dir="auto">This change is in the next update (r5538+). Let me know if you have any issues with it.</p>

<p dir="auto">-- <br>
Benny<br>
<a href="https://freron.com/become_a_mailmate_patron/" style="color:#3983C4">https://freron.com/become_a_mailmate_patron/</a></p>
</div>
</div>
</body>
</html>