<!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 Paul,<br>
I don’t know if anyone addressed this, but I accidentally ran across it, so here is the solution.</p>
<p dir="auto">You are right, Styles.plist is deprecated. Instead, create a smart mail that captures the relevant emails (by tag, for example). Then, right click on the mailbox and select the color you want to use (under the dropdown menu item “color”). Also, be sure to enable “Use Color in Message List”. Now, the messages in the mailbox should be colored <em>no matter where</em> they show up, for example, in your inbox.</p>
<p dir="auto">At least, that works for me. I haven’t tried what happens if a message is captured by mailboxes with different colors! Hopefully it’s a rainbow.</p>
<p dir="auto">Zvi</p>
<p dir="auto">On 10 Jan 2025, at 9:21, Paul MASSENDARI wrote:</p>
<blockquote style="margin: 0 0 5px; padding-left: 5px; border-left: 2px solid #777777; color: #777777;">
<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>
<hr style="border: 0; height: 1px; background: #333; background-image: linear-gradient(to right, #ccc, #333, #ccc);">
<p dir="auto">mailmate mailing list<br>
Unsubscribe: <a href="https://lists.freron.com/listinfo/mailmate" style="color: #777777;">https://lists.freron.com/listinfo/mailmate</a></p>
</blockquote>
</div>
</div>
</body>
</html>