thx again Glenn, truly appreciate the help

so this isnt working still. Also: i want to make the UNREAD messages bold
and different color, is it Seen i need to use or perhaps Unseen? Is there
documentation on this somewhere, couldn’t find any

this is the current pref file state

{   styles = (

        { type = keyword;
keyword = '\\Unseen';
color = "#FFDBAC";
fontStyle = "bold";
},

        {   type = mailbox;
            color = "#000000";
  // fontStyle = "bold";
            uuid = 'INBOX:ikloog%40gmail....@imap.gmail.com';
        },

        {   type = mailbox;
            color = "#1C3B91";
  //  fontStyle = "bold";
            uuid = 'INBOX:mssmcampus%5ckloog...@imap.mssm.edu';
        },


    );
}


thx again

Z

On Thu, Oct 10, 2019 at 3:28 PM Glenn Parker <glenn.par...@comcast.net>
wrote:

> 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....@imap.gmail.com';
> },
> { type = mailbox;
> color = "#1C3B91";
> // fontStyle = "bold";
> uuid = 'INBOX:mssmcampus%5ckloog...@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.par...@comcast.net
> _______________________________________________
> mailmate mailing list
> mailmate@lists.freron.com
> https://lists.freron.com/listinfo/mailmate
>
_______________________________________________
mailmate mailing list
mailmate@lists.freron.com
https://lists.freron.com/listinfo/mailmate

Reply via email to