<!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">Hi,</p>
<p dir="auto">I used to apply custom styling to my message list by editing Style.plist <code style="margin: 0 0; padding: 0 0.25em; border-radius: 3px; background-color: #F7F7F7;">~/Library/Application\ Support/MailMate/Styles.plist</code> where I used to apply styling to my messages as below (basically it colors the message in green if the message is tagged with the tag DONE etc.)</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;">{   styles = (
        {   type = keyword;
            keyword = 'Done';
            color = "#17bf17";
            fontStyle = "bold";
        },
        {   type = keyword;
            keyword = 'RemindMe';
            color = "#e8d105";
            fontStyle = "bold";
        },
        {   type = keyword;
            keyword = 'Important';
            color = "#cc2e0e";
            fontStyle = "bold";
        }
    );
}
</code></pre>
<p dir="auto">But it seems like it does not work anymore since MailMate 2.0+</p>
<p dir="auto">Does anyone here encountered the same issue ?</p>
<p dir="auto">Many thanks in advance and all best wishes,</p>
<p dir="auto">Paul</p>

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

</html>