<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/xhtml; charset=utf-8">
<style>
div.markdown { white-space: normal; }
div.plaintext { white-space: normal; }
body { font-family: sans-serif; }
h1 { font-size: 1.4em; }
h2 { font-size: 1.2em; }
h3 { font-size: 1.1em; }
blockquote { margin: 0 0 5px; padding-left: 5px; border-left: 2px solid #777777; color: #777777; }
blockquote blockquote { border-left-color: #999999; color: #999999; }
blockquote blockquote blockquote { border-left-color: #BBBBBB; color: #BBBBBB; }
a { color: #3983C4; }
blockquote a { color: #777777; }
blockquote blockquote a { color: #999999; }
blockquote blockquote blockquote a { color: #BBBBBB; }
pre { margin-left: 15px; margin-right: 15px; padding: 5px; background-color: #F7F7F7; border-radius: 5px 5px 5px 5px; overflow-x: auto; max-width: 90vw; }
code { margin: 0; padding: 0 0.4em; border-radius: 3px; background-color: #F7F7F7; }
pre > code { padding: 0px; }
math[display="inline"] > mrow { padding:5px; }
div.footnotes li p { margin: 0.2em 0; }
</style>
</head>
<body>
<div class="markdown">
<p dir="auto">Xebar,</p>

<p dir="auto">You need to use a <em>double</em> backslash on the ‘\\Seen’ keyword specifier.  Sorry, but MailMate munged my original plist because I didn’t put it in a pre-formatted text block.  It should look like this:</p>

<pre><code>{   styles = (
        {   type = keyword;
            keyword = ‘\\Flagged';
            color = "#FF6666";
        },
        {    type = keyword;
            keyword = ‘\\Seen';
            color = "#888888";
        },
    );
}
</code></pre>

<p dir="auto">On 10 Oct 2019, at 15:18, Xebar Saram wrote:</p>

</div>
<div class="plaintext"><blockquote><p dir="auto">Thx guys<br>
<br>
glen i tried your method:<br>
<br>
{   styles = (<br>
        {   type = mailbox;<br>
            color = "#000000";<br>
  // fontStyle = "bold";<br>
            uuid = 'INBOX:ikloog%40gmail.com@imap.gmail.com';<br>
        },<br>
        {   type = mailbox;<br>
            color = "#1C3B91";<br>
  //  fontStyle = "bold";<br>
            uuid = 'INBOX:MSSMCAMPUS%5Ckloogi01@imap.mssm.edu';<br>
        },<br>
<br>
{ type = keyword;<br>
keyword = '\Seen';<br>
color = "#888888";<br>
},<br>
<br>
    );<br>
}<br>
<br>
<br>
<br>
bus still the new mail (unreads) are still normal color. I can see the dot in the "read" column yet that’s the only indication i get for unread mail<br>
<br>
<br>
appreciate your help<br>
<br>
Z</p>
</blockquote></div>
<div class="markdown">

<p dir="auto">Glenn P. Parker<br>
<a href="mailto:glenn.parker@comcast.net">glenn.parker@comcast.net</a></p>
</div>

</body>
</html>