[MlMt] coloring advice
Xebar Saram
zeltakc at gmail.com
Thu Oct 10 22:24:32 EDT 2019
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.com at imap.gmail.com';
},
{ type = mailbox;
color = "#1C3B91";
// fontStyle = "bold";
uuid = 'INBOX:MSSMCAMPUS%5Ckloogi01 at imap.mssm.edu';
},
);
}
thx again
Z
On Thu, Oct 10, 2019 at 3:28 PM Glenn Parker <glenn.parker at 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.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
> _______________________________________________
> mailmate mailing list
> mailmate at lists.freron.com
> https://lists.freron.com/listinfo/mailmate
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freron.com/pipermail/mailmate/attachments/20191010/45a16c98/attachment.html>
More information about the mailmate
mailing list