<div dir="ltr">Hi all<div><br></div><div>i used the excellent hidden pref guide to color my mails based on source. Here is the current plist file:</div><div>/Users/zeltak/Library/Application Support/MailMate/Styles.plist</div><div><br></div><div><br></div><div>{   styles = (<br>        {   type = mailbox;<br>            color = "#000000";<br>     // fontStyle = "bold"; <br>            uuid = '<a href="mailto:INBOX%3Aikloog%2540gmail.com@imap.gmail.com">INBOX:ikloog%40gmail.com@imap.gmail.com</a>'; <br>        },<br>        {   type = mailbox;<br>            color = "#1C3B91";<br>     //  fontStyle = "bold"; <br>            uuid = '<a href="mailto:INBOX%3AMSSMCAMPUS%255Ckloogi01@imap.mssm.edu">INBOX:MSSMCAMPUS%5Ckloogi01@imap.mssm.edu</a>'; <br>        },<br><br>        {   type = keyword;<br>            keyword = 'Unread';<br>       color = "##FF2D00";<br>       fontStyle = "bold";<br>   },<br>    );<br>}<br></div><div><br></div><div>the color per uuid mailbox works great. What i cant figure out is how to mark unread mails with bold and color. That dosent seem to work. Can anyone look at my current code in the plist file and tell me what im missing?</div><div><br></div><div>best</div><div><br></div><div>Z</div></div>