Hi all

i used the excellent hidden pref guide to color my mails based on
source. Here is the current plist file:
/Users/zeltak/Library/Application Support/MailMate/Styles.plist


{   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 = 'Unread';
   color = "##FF2D00";
   fontStyle = "bold";
},
    );
}

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?

best

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

Reply via email to