Hi,

I used to apply custom styling to my message list by editing Style.plist `~/Library/Application\ Support/MailMate/Styles.plist` where I used to apply styling to my messages as below (basically it colors the message in green if the message is tagged with the tag DONE etc.)


```
{   styles = (
        {   type = keyword;
            keyword = 'Done';
            color = "#17bf17";
            fontStyle = "bold";
        },
        {   type = keyword;
            keyword = 'RemindMe';
            color = "#e8d105";
            fontStyle = "bold";
        },
        {   type = keyword;
            keyword = 'Important';
            color = "#cc2e0e";
            fontStyle = "bold";
        }
    );
}
```

But it seems like it does not work anymore since MailMate 2.0+

Does anyone here encountered the same issue ?

Many thanks in advance and all best wishes,

Paul


_______________________________________________
mailmate mailing list
Unsubscribe: https://lists.freron.com/listinfo/mailmate

Reply via email to