[MlMt] coloring advice

Glenn Parker glenn.parker at comcast.net
Thu Oct 10 15:28:47 EDT 2019


Xebar,

You need to use a *double* 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:

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

On 10 Oct 2019, at 15:18, Xebar Saram wrote:

> Thx guys
>
> glen i tried your method:
>
> {   styles = (
>         {   type = mailbox;
>             color = "#000000";
>   // fontStyle = "bold";
>             uuid = 'INBOX:ikloog%40gmail.com at imap.gmail.com';
>         },
>         {   type = mailbox;
>             color = "#1C3B91";
>   //  fontStyle = "bold";
>             uuid = 'INBOX:MSSMCAMPUS%5Ckloogi01 at imap.mssm.edu';
>         },
>
> { type = keyword;
> keyword = '\Seen';
> color = "#888888";
> },
>
>     );
> }
>
>
>
> 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
>
>
> appreciate your help
>
> Z

Glenn P. Parker
glenn.parker at comcast.net
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freron.com/pipermail/mailmate/attachments/20191010/b9b0fc8b/attachment-0001.html>


More information about the mailmate mailing list